[jupyter] `Framework :: Jupyter` now available on PyPI.

2017-04-06 Thread Matthias Bussonnier
Hi all, The `Framework :: Jupyter` Trove classifier is now available on PyPI. if you have a package that works with Jupyter you should be able to tag your next release with this classifier. Thanks to the PyPI maintainers who made this possible. -- Matthias -- You received this message because

Re: [jupyter] Jupyter Notebook/Conda best practices

2017-04-06 Thread Matthias Bussonnier
Hi Paul. Up until recently, conda was shipping with nb_kernel_extension (or I don't remember the name) that would automatically discover kernel in multiple env. So 2 is IMHO (prefered). Also at some point the notebook _server_ will drop Python 2, so you will have to run the server from a

[jupyter] Jupyter Notebook/Conda best practices

2017-04-06 Thread Paul Hobson
Jupyter team: Congrats on the 5.0 release. The new notebook is so nice. All of the hard work is very much appreciated. I'm curious what folks (users and devs alike) have settled on as their best practices for managing jupyter and ipykernels when you have many conda environments. At the

Re: [jupyter] Jupyter JVM Repr

2017-04-06 Thread Brian Granger
Great! On Thu, Apr 6, 2017 at 1:39 PM, Kyle Kelley wrote: > It is now done. > > https://github.com/jupyter/jvm-repr is now live! Thanks all. > > On Thu, Apr 6, 2017 at 7:13 AM, Damián Avila wrote: >> >> > If we have a steering council member

Re: [jupyter] Jupyter JVM Repr

2017-04-06 Thread Kyle Kelley
It is now done. https://github.com/jupyter/jvm-repr is now live! Thanks all. On Thu, Apr 6, 2017 at 7:13 AM, Damián Avila wrote: > > If we have a steering council member sponsoring/facilitating it, and > there is an active community working on it, then I'm +1 to giving

Re: [jupyter] Custom action for showing/hiding/toggling menu bar

2017-04-06 Thread Milos Miljkovic
My JS knowledge is shit but $(...).toggle() did cross my mind. I was just being lazy and copied toggle-header logic. Tonight I will properly do this for menu and editor files and see if it works after minifying JS. If it's a go, a PR will be forthcoming. On Thursday, April 6, 2017 at 1:52:20

Re: [jupyter] Run code when cells finished executing

2017-04-06 Thread Adam Rule
Just to close the loop, finished_execute.CodeCell executes just fine in v. 5.0.0, so I can listen for that before scraping the notebook. I'm going to need to find another way to get the cell data for older versions of the notebook, though. On Wednesday, April 5, 2017 at 8:58:33 AM UTC-7,

Re: [jupyter] Custom action for showing/hiding/toggling menu bar

2017-04-06 Thread Milos Miljkovic
There are a few more places to patch the code into and building minified JS. Will test this later US EDT and if it works, I will make a PR. On Thursday, April 6, 2017 at 7:46:39 AM UTC-4, takowl wrote: > > That code looks reasonable. Have you tested it? Do you want to make a PR? > > On 5 April

Re: [jupyter] Custom action for showing/hiding/toggling menu bar

2017-04-06 Thread Matthias Bussonnier
That should work, you can even use $(...).toggle() to simplify the logic :-) PR welcomed. -- M On Apr 5, 2017 14:39, "Milos Miljkovic" wrote: > Hi, > > If I wanted to add a custom notebook action for showing/hiding/toggling > menu bar, would including the code below

Re: [jupyter] Jupyter JVM Repr

2017-04-06 Thread Damián Avila
> If we have a steering council member sponsoring/facilitating it, and there is an active community working on it, then I'm +1 to giving it a repo under the Jupyter github org. Thanks Kyle and everyone involved! I second that. 2017-04-06 0:55 GMT-03:00 s...@draves.org : > Thank