Abekta

Nothing human is alien to me

User Tools

Site Tools


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:

  1. Open a new screen: screen
  2. Type jupyter lab –no-browser –port=xxxx (e. g. 8889) on the new screen.
  3. Detach from the screen: ctrl + a + d

On your local machine:

  1. Tunnel to the jupyter lab on the server: ssh -N -f -L localhost:xxxx:localhost:xxxx [email protected]
  2. 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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki