I read the issue and it seems to discuss this from a container perspective. So does it mean that I would have to have a container based spawner to do this? We aren't using containers in our JupyterHub deployment.
moorepants.info +01 530-601-9791 On Tue, Nov 21, 2017 at 10:00 AM, Matthias Bussonnier < [email protected]> wrote: > I believe it is possible, but the UI is missing. > > See https://github.com/jupyterhub/jupyterhub/issues/1390. > > I'm unsure if you can run both _at the same time_ or if users will > need to choose one, and stop it before opening the second. > > IIRC the hub should not really care what is running in the back > though, so it should be possible to run a 5.1 and a 4.x next to each > other. > -- > M > > > On Tue, Nov 21, 2017 at 5:01 PM, Jason Moore <[email protected]> wrote: > > Hi, > > > > I invested in using JupyterHub to teach two courses this year (which has > > been great!). One of my courses uses the PyDy package which makes use of > > IPython widgets to display threejs animations. We built this animation > tool > > in 2014 and since then all of the changes to IPython, widgets, and > Jupyter > > have broken our code. Since I have not been able to fund the development > > needed to migrate to the pythreejs code, I've been teaching by having > > students setup environments with old versions of Jupyter on their local > > machines so that PyDy still works. > > > > The problem is now that I am running a reasonably new version of Jupyter > on > > a server with JupyterHub and setting up a a conda environment as a new > > kernel doesn't seem to let me make use of and older Jupyter version when > > opening notebooks with that kernel, and thus the animations don't work. > > > > I'm curious if there is a solution to this.This is the pinned environment > > that I'd like to run as a kernel on the hub: > > > > https://github.com/pydy/pydy-conda-recipes/blob/master/ > pydy-examples/0.4.0/meta.yaml > > > > It uses notebok 4.* and ipywidgets 4.*. Is it possible for me to get this > > working if we have notebook 5.1 as the main version setup for our > > JupyterHub? > > > > Thanks, > > > > Jason > > moorepants.info > > +01 530-601-9791 > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Project Jupyter" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > To post to this group, send email to [email protected]. > > To view this discussion on the web visit > > https://groups.google.com/d/msgid/jupyter/CAP7f1AgO4HB% > 2Br-s%3DtF7kWUyHgi96rZvCC-dUMoapZZFQ0r3kuw%40mail.gmail.com. > > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jupyter/CANJQusX74RaRwQ3FqnAkGjZ2Yz%2B%2B7Lj3QnX3dRjir%3DAcasG7sQ% > 40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAP7f1AgVRXcrgABGK%2BMysS0ir7HVf_V7A%3Dz-69kfEBMp6jG7sQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
