-
Notifications
You must be signed in to change notification settings - Fork 10
Jupyter Notebook
Thomas edited this page Jul 14, 2020
·
8 revisions
- activate your environment:
conda activate collectData
- install ipykernel into your environment
conda install -c anaconda ipykernel
- make the installed kernel visible for jupyter
python -m ipykernel install --user --name=collectData
done =)
$ jupyter notebook --no-browser --port=8889 --NotebookApp.token="DeepRain"
$ jobs
$ disown -h %1
- start cmd.exe
ssh -N -f -L localhost:8888:localhost:8889 clusteruser@VM_IP
- VM_IP durch IP ersetzen
- anschließend bestätigen und clusteruser pw eingeben.
Anschließend kann Jupyter-Notebook über den Browser geöffnet werden mit:
localhost:8888
Der Token, falls gefragt, lautet: DeepRain