From 2d1f91e527721af9ce095acd65cd82df9b41f544 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Sat, 13 Jun 2020 11:47:34 +0100 Subject: [PATCH] Replace zonca/remotespawner with NERSC/sshspawner https://github.com/zonca/remotespawner is archived, the readme recommends https://github.com/jupyterhub/batchspawner --- docs/source/reference/spawners.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/reference/spawners.md b/docs/source/reference/spawners.md index d2a21472..78a78d3f 100644 --- a/docs/source/reference/spawners.md +++ b/docs/source/reference/spawners.md @@ -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