Replace zonca/remotespawner with NERSC/sshspawner

https://github.com/zonca/remotespawner is archived, the readme recommends https://github.com/jupyterhub/batchspawner
This commit is contained in:
Simon Li
2020-06-13 11:47:34 +01:00
parent 1653ee77ed
commit 2d1f91e527

View File

@@ -27,8 +27,8 @@ Some examples include:
servers using batch systems
- [YarnSpawner](https://github.com/jupyterhub/yarnspawner) for spawning notebook
servers in YARN containers on a Hadoop cluster
- [RemoteSpawner](https://github.com/zonca/remotespawner) to spawn notebooks
and a remote server and tunnel the port via SSH
- [SSHSpawner](https://github.com/NERSC/sshspawner) to spawn notebooks
on a remote server using SSH
## Spawner control methods