Re: [jupyter] Re: How do I connect to the kernel using lldb -p without jupyter immediately restarting the kernel

2017-11-06 Thread Matthias Bussonnier
I think you should be able to set `c.KernelRestarter.time_to_dead` to an arbitrary large value. I don't think it allow infinity of negative value to never consider the kernel dead, though if you are poking at the code and want to submit a Pull-request to enable that I guess that would be accepted.

Re: [jupyter] Building docker images with jupyter/repo2docker

2017-11-06 Thread Tony Hirst
great - thanks On Monday, 6 November 2017 15:55:24 UTC, Tim Head wrote: > > Though I just stepped into the same argparse trap as earlier. All > arguments have to come before the URL: > > jupyter-repo2docker --image-name pydatabook --no-run > https://github.com/jakevdp/PythonDataScienceHandbook

Re: [jupyter] RISE 5.1.0 is out!

2017-11-06 Thread Carol Willing
Thank you Damián :D I had fun sharing it with some folks on a Python podcast this weekend. Thanks to you and Chris for the work on getting it to work with mybinder.org too. It was fun sharing this (https://github.com/willingc/2017_09_28_sdpug_sphinx

[jupyter] RISE 5.1.0 is out!

2017-11-06 Thread Damián Avila
Howdy all, We're pleased to announce the release of *RISE 5.1.0*! *RISE* allows you show your Jupyter notebooks rendered as an *executable* Reveal.js-based slideshow. It is your very same notebook but presented in a slidy way! You can find more info about the release and the new goodies in this

Re: [jupyter] Re: Where to put shared settings for jupyterlab extensions on hub

2017-11-06 Thread Charles Forelle
Thanks Steve. The pre_spawn script does the trick for now. On Thu, Nov 2, 2017 at 8:58 AM, Steven Silvester wrote: > Hi Charles, > > Yes, the approach you describe sounds correct for now. We had been > avoiding the auto-merge behavior that the classic notebook uses

Re: [jupyter] Building docker images with jupyter/repo2docker

2017-11-06 Thread Tim Head
Though I just stepped into the same argparse trap as earlier. All arguments have to come before the URL: jupyter-repo2docker --image-name pydatabook --no-run https://github.com/jakevdp/PythonDataScienceHandbook (If there is a argparse wizard present, we'd appreciate a fix that allows you to do

Re: [jupyter] Building docker images with jupyter/repo2docker

2017-11-06 Thread Tim Head
On Mon, Nov 6, 2017 at 3:26 PM Tony Hirst wrote: > Having realised I can use jupyter/repo2docker rather than killing > binderhub (doh! Sorry:-( I was wondering if there is a simple way of just > using repo2docker to build and name/tag an image on my machine, rather than >

[jupyter] Building docker images with jupyter/repo2docker

2017-11-06 Thread Tony Hirst
Having realised I can use jupyter/repo2docker rather than killing binderhub (doh! Sorry:-( I was wondering if there is a simple way of just using repo2docker to build and name/tag an image on my machine, rather than building the image and running a container from it? eg something like