From a31d607985ad1c76742c3e9aae6fffcb3c225f80 Mon Sep 17 00:00:00 2001 From: Quentin Fortier Date: Thu, 12 Aug 2021 09:48:20 +0200 Subject: [PATCH 1/2] Fix example 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e332eb88..a1f94be3 100644 --- a/README.md +++ b/README.md @@ -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://:10000/?token=` in a browser loads JupyterLab, +Visiting `http://:10000/?token=` in a browser loads Jupyter Notebook, where `hostname` is the name of the computer running docker and `token` is the secret token printed in the console. ```bash From befa38775202fa90ad715f8c093d0646773ac1d5 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 12 Aug 2021 16:00:24 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1f94be3..9e5766ad 100644 --- a/README.md +++ b/README.md @@ -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://:10000/?token=` in a browser loads Jupyter Notebook, +Visiting `http://:10000/?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