⇤ ← Revision 1 as of 2020-12-01 13:11:23
Size: 743
Comment:
|
Size: 751
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
* After a successful start, the notebook prints the URL it's accessible under, which looks similar to `http://<hostname>.ee.ethz.ch:5998/?token=5586e5faa082d5fe606efad0a0033ad0d6dd898fe0f5c7af` | * After a successful start, the notebook prints the URL it's accessible under, which looks similar to<<BR>> `http://<hostname>.ee.ethz.ch:5998/?token=5586e5faa082d5fe606efad0a0033ad0d6dd898fe0f5c7af` |
How to setup and use Jupyter Notebook
Jupyter Notebook can easily be installed and started in a conda environment:
conda create --name jupyternb notebook --channel conda-forge
conda activate jupyternb
jupyter notebook --no-browser --port 5998 --ip $(hostname -f)
After a successful start, the notebook prints the URL it's accessible under, which looks similar to
http://<hostname>.ee.ethz.ch:5998/?token=5586e5faa082d5fe606efad0a0033ad0d6dd898fe0f5c7afA notebook started like this in a Slurm job will be accessible
For access from a remote PC through VPN the port range should be [5900-5999]