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

2018-05-14 Thread Luciano Resende
We are pleased to announce the release of Jupyter Enterprise Gateway 0.9.0 !!! *Jupyter Enterprise Gateway *is a lightweight, multi-tenant, scalable and secure gateway that enables Jupyter Notebooks to share resources across a cluster. We are proud to announce Jupyter Enterprise Gateway 0.9.0

Re: [jupyter] Jupyter notebook serverextension hello-world?

2018-05-14 Thread Tony Hirst
Thanks... I'll try to keep aside a minimal base / tutorial first draft when I put my own script together --tony On Monday, 14 May 2018 14:44:57 UTC+1, Damián Avila wrote: > > > Is there a dummy helloworld extension anywhere that implements the > basics of setting up a serverextension with a

Re: [jupyter] https://beta.observablehq.com

2018-05-14 Thread Brian Granger
I would love to see a high quality reactive data flow kernel for Jupyter. I think we have most of the pieces in place to do this type of thing in Jupyter (we have updatable outputs now). On Mon, May 14, 2018 at 9:08 AM, 'Aaron Watters' via Project Jupyter wrote: > Hi

[jupyter] https://beta.observablehq.com

2018-05-14 Thread 'Aaron Watters' via Project Jupyter
Hi folks. I just stumbled into an interesting project called "Observable" by the folks who came up with D3. Looks like it may be partially inspired by Jupyter. It looks promising to me :). It would be interesting to see to what extent Jupyter kernels, for example might be used within an

Re: [jupyter] Jupyter notebook serverextension hello-world?

2018-05-14 Thread Damián Avila
> Is there a dummy helloworld extension anywhere that implements the basics of setting up a serverextension with a notebook tab UI (like the nbgrader formgrader tab, for example)? Not a dummy one but it will give you some ideas, I think: https://github.com/Anaconda-Platform/nb_conda Hope it

[jupyter] Jupyter notebook serverextension hello-world?

2018-05-14 Thread Tony Hirst
Is there a dummy helloworld extension anywhere that implements the basics of setting up a serverextension with a notebook tab UI (like the nbgrader formgrader tab, for example)? http://jupyter-notebook.readthedocs.io/en/stable/extending/handlers.html#writing-a-notebook-server-extension looks