Skip to content

apuapaquola/jupyter-tunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

jupyter-tunnel

A script to connect to remote jupyter server using ssh tunnel.

When called, jupyter-tunnel:

  • discovers available ports and makes a ssh tunnel to the remote host
  • calls jupyter lab on the remote host
  • calls firefox on the local host passing a URL to connect to jupyter server
jupyter-tunnel.py [-h] [--host HOST] [--dir DIR] [--user USER]
                         [--default-tunnel-port DEFAULT_TUNNEL_PORT]
                         [-p SSH_PORT]

optional arguments:
  -h, --help            show this help message and exit
  --host HOST
  --dir DIR
  --user USER
  --default-tunnel-port DEFAULT_TUNNEL_PORT
  -p SSH_PORT, --ssh-port SSH_PORT

About

A script to set up ssh tunnel and connect to remote jupyter server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages