Re: [jupyter] Jupyter notebook for concurrent logins and shared libraries

2018-03-21 Thread Michael Milligan
For #2 it depends on how complex your dependencies are, but in general making each virtual environment available as a Jupyter kernel should do what you want. Hint: you'll want to edit the "kernel.json" files to give them descriptive names for the UI! On Wed, Mar 21, 2018 at 3:49 PM, Paul Hobson

Re: [jupyter] Jupyter notebook for concurrent logins and shared libraries

2018-03-21 Thread Paul Hobson
Rockssk, I think JupyterHub can handle parts 1 and 3: https://github.com/jupyterhub/jupyterhub I'm not sure about your needs for 2, though. -paul On Wed, Mar 21, 2018 at 1:42 PM, rockssk wrote: > All, > >we have multiple python projects going on currently , each have

[jupyter] Jupyter notebook for concurrent logins and shared libraries

2018-03-21 Thread rockssk
All, we have multiple python projects going on currently , each have their own virtual environment and maintain the dependant packages/libraries within the venv We are looking for a solution where 1. Multiple developers can login at the same time into a central notebook app,

Re: [jupyter] JupyterLab support for %matplotlib notebook?

2018-03-21 Thread Graham Wheeler
Is the notebook trusted? On March 21, 2018 at 12:45:12 PM, insearchofanswer...@gmail.com ( insearchofanswer...@gmail.com) wrote: Will there be JupyterLab support for animations via %matplotlib notebook Right now, using this and attempting a FuncAnimation yields a message saying

[jupyter] JupyterLab support for %matplotlib notebook?

2018-03-21 Thread insearchofanswers87
Will there be JupyterLab support for animations via %matplotlib notebook Right now, using this and attempting a FuncAnimation yields a message saying JavaScript is disabled. -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To

Re: [jupyter] Enterprise Gateway on Kubernetes

2018-03-21 Thread John Keane
Hi Luciano, I was just wondering if there had been any progress on this work over the last 2 months and whether the Kubernetes resource manager for the Jupyter Enterprise Gateway is close to being released. Cheers, John On Monday, 15 January 2018 15:41:37 UTC, Luciano Resende wrote: > > Very

[jupyter] Running the proxy without SSL

2018-03-21 Thread Norman Gray
Greetings. It's not clear how I configure JuypterHub to run with plain HTTP rather than HTTPS, or how to have it listen on two separate interfaces. I plan to terminate SSL in an nginx reverse proxy, so I want JupyterHub to to run without SSL. I can't work out quite how to do that: that is,