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

Everyone launch JupyterHub individually #1

Closed rgbkrk closed 8 years ago

rgbkrk commented 8 years ago

Independent of training material, everyone should have a go at launching JupyterHub

rgbkrk commented 8 years ago

Tim's suped up version: https://github.com/betatim/carina-jupyterhub

rgbkrk commented 8 years ago

Docker spawner for JupyterHub: https://github.com/jupyter/dockerspawner

rgbkrk commented 8 years ago

OAuthenticator: https://github.com/jupyter/oauthenticator

rgbkrk commented 8 years ago

Actually, try this one out:

https://github.com/jupyter/dockerspawner/tree/master/examples/oauth

carolynvs commented 8 years ago

The PyLadies workshop the other week used Tim's. Individually it worked well but when 50 people tried to spawn at the same time, something about it broke. So we should try out hitting whatever we use to simulate workshop conditions.

rgbkrk commented 8 years ago

This Swarm spawner is what we'll want to adapt for ease of use on carina: https://github.com/compmodels/jupyterhub/blob/master/swarmspawner.py

smashwilson commented 8 years ago

Just as a head's up, I've noticed that jupyter/jupyterhub:latest is not up to date:

screen shot 2016-02-04 at 8 00 07 am

Using latest I ran into problems with the GitHub OAuth authenticator nuking the /hub/login/ route. Pinning my Dockerfile to jupyter/jupyterhub:0.4.1 instead resolves the issue.

smashwilson commented 8 years ago

By the way, I'm working in smashwilson/jupyterhub-carina :wrench:

smashwilson commented 8 years ago

I'm up and running at http://jupyterhub.azurefire.net/:

screen shot 2016-02-04 at 10 28 56 am

screen shot 2016-02-04 at 10 29 16 am

carolynvs commented 8 years ago

betatim

rgbkrk commented 8 years ago

I'll go fix the Docker Hub builds for the official image.

rgbkrk commented 8 years ago

I triggered off the build for latest, though we'll definitely want to pin to 0.4.1

rgbkrk commented 8 years ago

I'm up at http://jub.fict.io/

etoews commented 8 years ago

Giddy up http://jupyterhub.phymata.com/

screen shot 2016-02-04 at 3 56 11 pm