jupyenv icon indicating copy to clipboard operation
jupyenv copied to clipboard

Jupyterhub?

Open dpavlic opened this issue 4 years ago • 1 comments

This overlay is an extremely important 'path forward' for us; we are evaluating nixos to simplify our data science stack, and jupyter + extensions has been one of the pain points. While jupyterWith solves this, we actually need a system wide multi-user implementation utilizing jupyterhub. Since we are still very much newbies, we are wondering if there is any way we can utilize the maturity of jupyterWith, but using it to deploy a 'batteries included' jupyterhub configuration?

dpavlic avatar Jan 08 '20 18:01 dpavlic

We touched the subject in the release blog post: https://www.tweag.io/posts/2019-02-28-jupyter-with.html.

The idea is to generate a Docker image with the desired JupyterWith configuration, and to release it to JupyterHub. We cover the generation of Docker images here: https://github.com/tweag/jupyterWith#building-the-docker-images

guaraqe avatar Jan 13 '20 13:01 guaraqe

We are currently cleaning up the implementation in master (see main branch). We have some rough plans to also to be able to deploy as jupyterhub service, but there are few other things we need to sort out before that.

garbas avatar Aug 17 '22 19:08 garbas