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