Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu authored Aug 4, 2022
1 parent f7a8226 commit bea707a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ Load example data:
```bash
docker run -it --name dgl -p 8888:8888 --network nebula-net \
-v "$PWD":/home/jovyan/work jupyter/datascience-notebook \
start-notebook.sh --NotebookApp.token='nebulagraph'
start-notebook.sh --NotebookApp.token='secret'
```
Now you can either:

- access the notebook at http://localhost:8888/lab/tree/work?token=nebulagraph and create a new notebook.
- access the notebook at http://localhost:8888/lab/tree/work?token=secret and create a new notebook.

Or:

Expand Down

0 comments on commit bea707a

Please sign in to comment.