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.
On the server:
- Open a new screen:
screen
- Type
jupyter lab –no-browser –port=xxxx
(e. g. 8889) on the new screen. - Detach from the screen:
ctrl + a + d
On your local machine:
- Tunnel to the jupyter lab on the server:
ssh -N -f -L localhost:xxxx:localhost:xxxx [email protected]
- On a browser, open
http://localhost:8889/lab
Other things
source virtalenvs/beam/bin/activate python -m ipykernel install –user –name=beam
soft/jupyter.1678797012.txt.gz · Last modified: 2023/03/14 06:30 by asad