soft:jupyter
Table of Contents
This is an old revision of the document!
Jupyter
SSH tunneling
Create a notebook instance in the background of a server, and copy the url of the notebook:
screen jupyter lab --no-browser --port=8889 ssh -N -f -L localhost:8889:localhost:8889 [email protected] http://localhost:8889/lab source virtalenvs/beam/bin/activate python -m ipykernel install --user --name=beam
soft/jupyter.1678719383.txt.gz · Last modified: by 127.0.0.1
