[jupyter] Re: [ANN] The Continued Existence of the Emacs IPython Notebook

2017-06-09 Thread Lawrence D’Oliveiro
On Thursday, February 16, 2017 at 1:40:14 PM UTC+13, John Miller wrote: > > Eventually I managed to convince github and MELPA to treat my repository > as the official version of ein. There was some short-lived talk of renaming > my fork to 'zwei' ... > Where have we heard those puns before

Re: [jupyter] Can the notebook server shut itself down?

2017-06-09 Thread Brendan Barnwell
On Friday, June 9, 2017 at 7:02:29 AM UTC-7, takowl wrote: > > On 8 June 2017 at 18:58, Brendan Barnwell > wrote: > >> One thing I'm wondering is whether there's a way to get any of this >> information by communicating with the notebook server itself. >> > > Most stuff can

Re: [jupyter] Any solutions to work with hundreds of notebooks?

2017-06-09 Thread Matthias Bussonnier
Hi Vadim, Apologies your mail was flagged as pending approval to be posted (I'm not sure why) so lingered a bit in limbo until today. I would have a look at https://github.com/jupyter-incubator/ and in particular https://github.com/jupyter-incubator/contentmanagement you should find extension

[jupyter] Any solutions to work with hundreds of notebooks?

2017-06-09 Thread Vadim Markovtsev
Hello, my team reached the point at which we've got hundreds of Jupyter notebooks and we started to suffer. Searching for the right one is hell. 90% are unique and diverse and cannot be organized into directories. Do you know anything which allows to catalog the notebooks; index them; provide

Re: [jupyter] interact with command-line tools from the notebook

2017-06-09 Thread Lawrence D’Oliveiro
On Wednesday, May 17, 2017 at 3:50:33 AM UTC+12, takowl wrote: > > There's nothing automatic, because we can't tell when a process is waiting > for input. > Isn’t that what select is for? -- You received this message because you are subscribed

[jupyter] Web Census Notebook: A new tool for studying web privacy

2017-06-09 Thread Lawrence D’Oliveiro
Came across this item on the Freedom to Tinker website, where they describe a Jupyter notebook they have created to analyze data collected by their open-source privacy-measurement tool OpenWPM.

Re: [jupyter] How to share a Jupyter installation for team notebook development

2017-06-09 Thread Matthias Bussonnier
Hi Jean, On Wed, Jun 7, 2017 at 9:17 PM, Jean Bigboute wrote: > Matthias and Brian: > > I appreciate your taking the time to consider my concerns and to respond. A > few short thoughts: > > 1) Prioritization and starting somewhere: I understand that this is a big >

[jupyter] JupyterHub and nbgrader - kernel keeps restarting

2017-06-09 Thread Lauren Shareshian
Hi there, This is my first time setting up a website/server in order to run https://github.com/jupyterhub/jupyterhub-deploy-teaching for my class. I think everything is set up right but when I tried it with three students online at once today, their kernels kept restarting every 15 seconds

Re: [jupyter] Can the notebook server shut itself down?

2017-06-09 Thread Thomas Kluyver
On 8 June 2017 at 18:58, Brendan Barnwell wrote: > One thing I'm wondering is whether there's a way to get any of this > information by communicating with the notebook server itself. > Most stuff can be done by communicating with the server. Finding out how to communicate

Re: [jupyter] command line ipython kernel incantation / API?

2017-06-09 Thread John Kitchin
Thanks. That doesn't seem to be allowed in the version of jupyter I have (it looks like I have protocol 5.0). On Friday, June 9, 2017 at 12:08:07 AM UTC-6, Roland Weber wrote: > > Hello John, > > if you get a message ID instead of an actual reply, then you didn't > specify to wait for the

[jupyter] Re: Accessing notebook metadata in template

2017-06-09 Thread Eric Matthes
I just found it. {% if nb.metadata.get("my_notebook_property")... %} -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+unsubscr...@googlegroups.com.

Re: [jupyter] command line ipython kernel incantation / API?

2017-06-09 Thread Roland Weber
Hello John, if you get a message ID instead of an actual reply, then you didn't specify to wait for the reply: https://github.com/jupyter/jupyter_client/blob/master/jupyter_client/blocking/client.py#L44 I'm not familiar with the API, but this might work: replymsg = c.execute('a=9',