Re: [jupyter] Moving Terminado into Jupyter maintenance

2017-11-20 Thread 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: > >> +1, let me know if you want help reaching out to MSFT folks >> >> On Mon, Nov 20, 2017

Re: [jupyter] Moving Terminado into Jupyter maintenance

2017-11-20 Thread Steven Silvester
+1 from me as well! On Monday, November 20, 2017 at 4:40:53 PM UTC-6, ellisonbg wrote: > > +1, let me know if you want help reaching out to MSFT folks > > On Mon, Nov 20, 2017 at 6:59 AM, Matthias Bussonnier > wrote: > > I'm +1 to transferring the repository. I would

Re: [jupyter] Re: The Kernel appears to have died. It will restart automatically ? Please help !

2017-11-20 Thread Brian Granger
I haven't looked into the details of your configuration, but in general, Jupyter and the python kernels have no problem using whatever RAM the system makes available to it. I have created single NumPY arrays with 1TB of RAM with no problem. If you are running out of RAM, it is a system level thing

Re: [jupyter] Moving Terminado into Jupyter maintenance

2017-11-20 Thread Brian Granger
+1, let me know if you want help reaching out to MSFT folks On Mon, Nov 20, 2017 at 6:59 AM, Matthias Bussonnier wrote: > I'm +1 to transferring the repository. I would also try to ping > whoever-we-know at Microsoft, as enabling this will likely impact them > the

Re: [jupyter] Re: The Kernel appears to have died. It will restart automatically ? Please help !

2017-11-20 Thread Thomas Kluyver
On 20 November 2017 at 18:58, Karthik Ram wrote: > Argg. Thank you Thomas. It did run longer(17 min as opposed to 10 min) > this time after I un-commented those lines, but still saw the same issue. > Is there any limitation in Jupyter that it cannot handle more than certain

[jupyter] New zipping notebook extension!

2017-11-20 Thread peterkangveerman
Hi all, I wanted to let you know of a cool new jupyter notebook extension, nbzip, that let's you quickly download a zipped version of any directory in your notebook tree with the click of a button. Check it out here: https://pypi.python.org/pypi/nbzip/0.0.1 This extension was created to allow

Re: [jupyter] Running X11 apps via binderhub

2017-11-20 Thread MinRK
Interesting! Not super easily, but it may be doable. If you can: 1. start the x/vnc server in the container 2. run a server that tunnels x/vnc data over http 3. serve an http+html/javascript x/vnc client application then you ought to be able to do it. I'm not sure how many of those pieces are

[jupyter] Jupyter Enterprise Gateway 0.7.0 is out !!!

2017-11-20 Thread Luciano Resende
We are pleased to announce the release of Jupyter Enterprise Gateway 0.7.0!!! *Jupyter Enterprise Gateway* is a lightweight, multi-tenant, scalable and secure gateway that enables Jupyter Notebooks to share resources across an Apache Spark cluster. The 0.7.0 release is primarily a stabilization

Re: [jupyter] Using Angular with Jupyterlab Extensions

2017-11-20 Thread Matthias Bussonnier
Cool We should find a place to list all these recipe, maybe one of JupyterLab (or Phosphor?) wiki or FAQ ? If will be easier to refer to later ! Thanks ! -- Matthias On Mon, Nov 20, 2017 at 12:17 PM, Simon Biggs wrote: > I have created an npm package that allows you

[jupyter] Moving Terminado into Jupyter maintenance

2017-11-20 Thread Thomas Kluyver
Terminado (http://terminado.readthedocs.io/en/latest/ ) is part of the machinery that we use for interactive terminals in the browser. Xterm.js ( https://xtermjs.org/ ) provides the frontend in the browser, which is where most of the complexity is needed, while Terminado is a relatively simple

Re: [jupyter] Re: The Kernel appears to have died. It will restart automatically ? Please help !

2017-11-20 Thread Thomas Kluyver
On 19 November 2017 at 22:28, Karthik Ram wrote: > I also changed the following in jupyterhub_config.py file. But still > seeing the issue. > > ... > #c.Spawner.mem_guarantee = 8G > > You'll need to uncomment these lines for them to affect anything, i.e. remove the # from

[jupyter] Using Angular with Jupyterlab Extensions

2017-11-20 Thread Simon Biggs
I have created an npm package that allows you to use Angular within a Phosphor widget. This results in being able to use Angular for building jupyterlab extensions. The repo is over at: https://github.com/SimonBiggs/phosphor-angular-loader It's on npm as @simonbiggs/phosphor-angular-loader