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

Latest commit

 

History

History
20 lines (13 loc) · 685 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 685 Bytes

Development stopped

Please use https:/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.