Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

zonca/remotespawner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development stopped

Please use https://github.com/jupyterhub/batchspawner for spawning Jupyter Notebooks via SLURM/Torque et similia.

remotespawner

Remote Spawner class for JupyterHub to spawn IPython notebooks and a remote server and tunnel the port via SSH

Need to have passwordless SSH access to remote server, need to setup jupyterhub_config.py:

c.RemoteSpawner.server_url = "docker3" # or IP
c.RemoteSpawner.server_user = "zonca"

And needs the 8081 port of the local machine that runs jupyterhub to be forwarded to the remote server.

Currently in development, it sort of works.

See the qsub branch for a proof-of-concept integration with Torque.

About

Remote Spawner class for JupyterHub to spawn IPython notebooks and a remote server and tunnel the port via SSH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages