danielballan / jupyterhub-share-link

Share notebooks between users in a Hub.
Other
24 stars 3 forks source link

Support for KubeSpawner #6

Open stv0g opened 4 years ago

stv0g commented 4 years ago

Hi @danielballan,

I am interested to use your extension in our Zero2JupyterHub cluster with KubeSpawner.

Are there any pieces in your code which limits it to the local and Docker spawners? Maybe we can attempt to make it independent from the spawner itself?

danielballan commented 4 years ago

Hello, @stv0g. I missed the notification of your comment; apologies for my slow reply.

I believe the model should work just fine with KubeSpawner. All components interact via Jupyter HTTP APIs, so any spawned should work.