Re: [jupyter] Is it possible to run multiple Jupyter versions on a hub?

2017-11-21 Thread Ryan Lovett
Being able to launch different notebook servers is orthogonal to one user being able to launch multiple notebook servers simultaneously. In the former scenario, a user can start a notebook server with one set of libraries, extensions, and executables, then shut it down and start up a different

Re: [jupyter] Is it possible to run multiple Jupyter versions on a hub?

2017-11-21 Thread Jason Moore
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

[jupyter] Re: Is it possible to run multiple Jupyter versions on a hub?

2017-11-21 Thread Ryan Lovett
One possible solution would be to containerize your 2014 and post-2014 environments, and configure your JupyterHub to use a container-based spawner. -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop

[jupyter] Re: Per Cell Kernels

2017-11-21 Thread Lawrence D’Oliveiro
On Monday, November 13, 2017 at 7:14:36 PM UTC+13, Joshua Marshall Moore wrote: > > Hey wouldn't it be great if the kernels could work on a cell level, so > that different installed kernels can run in the same notebook, say bash, > python, and javascript. > Or you could add those functions

Re: [jupyter] Is it possible to run multiple Jupyter versions on a hub?

2017-11-21 Thread Matthias Bussonnier
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

[jupyter] Is it possible to run multiple Jupyter versions on a hub?

2017-11-21 Thread Jason Moore
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

Re: [jupyter] Moving Terminado into Jupyter maintenance

2017-11-21 Thread Jason Grout
When you do this, can you clean up a few things related to the license? For example, there is both a LICENSE and COPYING file in that repo. Also, project standards are that each file notes the copyright, etc. (You know all this, I'm just reminding of the checklist for moving things into the org:

Re: [jupyter] Moving Terminado into Jupyter maintenance

2017-11-21 Thread Damián Avila
+1 as well. 2017-11-21 0:46 GMT-03:00 Jason Grout : > +1 to moving into Jupyter. > > On Mon, Nov 20, 2017, 15:27 Steven Silvester > wrote: > >> +1 from me as well! >> >> >> On Monday, November 20, 2017 at 4:40:53 PM UTC-6, ellisonbg wrote: >>