getcarina / jupyterhub-tutorial

Deploy an interactive data science environment with JupyterHub on Docker Swarm
http://getcarina.github.io/jupyterhub-tutorial/slides/
MIT License
21 stars 8 forks source link

jupyterhub on carina mechanics #14

Open rgbkrk opened 8 years ago

rgbkrk commented 8 years ago

From #10:

etoews commented 8 years ago

@smashwilson Should we do this in time for PyCon?

carolynvs commented 8 years ago

FYI I am working on something very similar. https://github.com/jupyterhub/jupyterhub-carina/issues/3

There are two aspects to this:

  1. Run JupyterHub on Carina. This involves a lot of fun with let's encrypt, etc. That's what I'm doing now.
  2. Spawn user servers on their own cluster. This work is done and is in the jupyterhub-carina python package. See that repo's readme for instructions.
carolynvs commented 8 years ago

@everett-toews I have an initial prototype of #1 at https://github.com/jupyterhub/jupyterhub-carina/pull/5. Still needs more work but it does work and there's enough there to talk about.

etoews commented 8 years ago

@carolynvs I'll give this a shoutout tomorrow. Thanks!