From 1208d7c687615a0660207eab4705e0f81821193b Mon Sep 17 00:00:00 2001 From: hackit-coder Date: Thu, 3 Oct 2024 22:39:55 +0530 Subject: [PATCH 1/3] Update README.md Steps to host Jpyter as web interface on Google, Mozilla etc. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8679763afc..69b25d4f9f 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,11 @@ Launch with: ```bash jupyter notebook ``` +**Access Jupyter Notebook Web Interface** + +1. Open a web browser (e.g., Google Chrome, Mozilla Firefox). +2. Type: `http://localhost:8888` in the address bar. +3. Press Enter. ### Running in a remote installation From cc2893321e816d0d0e0352470f9125a7695ad8d7 Mon Sep 17 00:00:00 2001 From: hackit-coder Date: Sat, 5 Oct 2024 09:42:37 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69b25d4f9f..1b1c48218d 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ jupyter notebook **Access Jupyter Notebook Web Interface** 1. Open a web browser (e.g., Google Chrome, Mozilla Firefox). -2. Type: `http://localhost:8888` in the address bar. +2. Type: `http://localhost:'host number'` in the address baralong with the login token issued. 3. Press Enter. ### Running in a remote installation From e5a24db11aa5d1850e8ff9c6d1a918cd237fa545 Mon Sep 17 00:00:00 2001 From: hackit-coder Date: Sat, 12 Oct 2024 12:17:48 +0530 Subject: [PATCH 3/3] Update README.md Done changes as requested and fixed changes. PS: Please accept my first contribution. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b1c48218d..e3fa5a9c9d 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,10 @@ jupyter notebook ``` **Access Jupyter Notebook Web Interface** +It will open automatically by default but if does not then copy do the following: + 1. Open a web browser (e.g., Google Chrome, Mozilla Firefox). -2. Type: `http://localhost:'host number'` in the address baralong with the login token issued. +2. Type: `http://localhost:'host number'` in the address bar along with the login token issued. 3. Press Enter. ### Running in a remote installation