Skip to content

Commit

Permalink
Add a little more detail to jupyter getting start with minikube
Browse files Browse the repository at this point in the history
  • Loading branch information
mbohlool committed Jul 9, 2017
1 parent f6d80b0 commit cd5d5e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions examples/notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ kubectl create -f docker/jupyter.yml
```

Open your browser on the jupyter service and go through the notebooks.

If you are using minikube, you can run this command to see jupyter service in your browser:

```
minikube service jupyter
```

2 changes: 1 addition & 1 deletion examples/notebooks/docker/jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
targetPort: 8888
selector:
app: jupyter
type: NodePort
type: LoadBalancer
---
apiVersion: v1
kind: Pod
Expand Down

0 comments on commit cd5d5e2

Please sign in to comment.