Skip to content

Jupyter Notebook

Thomas edited this page Jul 14, 2020 · 8 revisions

Make Conda env available for jupyter-notebook:

  • 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 =)

Start Notebook on VM:

$ jupyter notebook --no-browser --port=8889 --NotebookApp.token="DeepRain"

$ jobs
$ disown  -h  %1

connect from Remote-PC (Windows):

  • 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