Skip to content

Commit

Permalink
Merge pull request #1431 from fortierq/patch-1
Browse files Browse the repository at this point in the history
Fix example 2 in readme
  • Loading branch information
mathbunnyru committed Aug 12, 2021
2 parents 12ba1d5 + befa387 commit 70178b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ docker run -p 8888:8888 jupyter/scipy-notebook:33add21fab64
```

**Example 2:** This command performs the same operations as **Example 1**, but it exposes the server on host port 10000 instead of port 8888.
Visiting `http://<hostname>:10000/?token=<token>` in a browser loads JupyterLab,
Visiting `http://<hostname>:10000/?token=<token>` in a browser loads Jupyter Notebook server,
where `hostname` is the name of the computer running docker and `token` is the secret token printed in the console.

```bash
Expand Down

0 comments on commit 70178b8

Please sign in to comment.