From cc6857ef1169bd3de877dcefec056bdb55a78d47 Mon Sep 17 00:00:00 2001 From: Nuwan Jaliyagoda Date: Thu, 9 Nov 2023 22:09:52 +0530 Subject: [PATCH] modified: faq/network-n-servers/server_aiken.html (#69) --- faq/network-n-servers/server_aiken.html | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/faq/network-n-servers/server_aiken.html b/faq/network-n-servers/server_aiken.html index 8d7d45d..a0a1e62 100644 --- a/faq/network-n-servers/server_aiken.html +++ b/faq/network-n-servers/server_aiken.html @@ -108,20 +108,7 @@

aiken.ce.pdn.ac.lk Server

  1. Create a conda environment with jupyter notebook package installed.
  2. Activate that environment.
  3. -
  4. Run jupyter notebook --generate-config
  5. -
  6. - It will say the configuration file for your account. Edit the configuration file and add the following - two lines. (They are originally commented out as given below.) - - -# c.NotebookApp.allow_origin = '' -# c.NotebookApp.ip = 'localhost' -c.NotebookApp.allow_origin = '*' -c.NotebookApp.ip = '0.0.0.0' - -
  7. -
  8. Save the configuration file. You should still be in the conda environment.
  9. -
  10. Run the jupyter notebook. jupyter-notebook --no-browser
  11. +
  12. Run the jupyter notebook. jupyter notebook --no-browser --port=8888 --ip=0.0.0.0
  13. You will see a URL like this http://SOMETHING:8888/tree?token=abc123def456
  14. Type the following address into your PC browser http://aiken.ce.pdn.ac.lk:8888/tree?token=abc123def456