Re: [jupyter] Re: Moving Terminado into Jupyter maintenance

2017-11-30 Thread Fernando Perez
Enthusiastic after-the-fact +1, thanks! Very happy to see this. On Thu, Nov 30, 2017 at 6:27 PM, Lawrence D’Oliveiro wrote: > On Tuesday, November 21, 2017 at 2:50:42 AM UTC+13, takowl wrote: >> >> It would certainly be nice to provide terminals on Windows as well ...

[jupyter] Re: Moving Terminado into Jupyter maintenance

2017-11-30 Thread Lawrence D’Oliveiro
On Tuesday, November 21, 2017 at 2:50:42 AM UTC+13, takowl wrote: > > It would certainly be nice to provide terminals on Windows as well ... > But Microsoft has added a Linux layer to Windows. Won’t this make the issue moot? -- You received this message because you are subscribed to the

[jupyter] Re: nbdime does not exit with Ctrl-C on Windows

2017-11-30 Thread Lawrence D’Oliveiro
On Tuesday, November 28, 2017 at 8:42:40 AM UTC+13, Denis Akhiyarov wrote: > > Any reason why nbdime cannot exit with Ctrl-C if launched in interactive > web mode? > Perhaps because CTRL/C means Copy in Windows? -- You received this message because you are subscribed to the Google Groups

Re: [jupyter] detect run all cells

2017-11-30 Thread Jason Grout
You can run your long-running code in a separate thread, so that your kernel will be able to respond to comm messages. If your long-running code is running in the main thread, that will block the message processing and your comm messages won't be processed. Jason On Fri, Nov 24, 2017 at 4:44 PM

[jupyter] IJulia & Jupyter Notebook

2017-11-30 Thread WRM
Hello, I would like to use Jupyter Notebook with Julia v0.6.1. I want to use the version of Jupyter that I installed at a non-default location: /uufs/chpc.utah.edu/sys/installdir/python/3.5.2-c7/bin/jupyter & install the IJulia kernels in a non-default kernel directory (where I also installed

Re: [jupyter] CSS in IPython display with XML

2017-11-30 Thread Jonathan Robie
Thanks - that should have been obvious, but it wasn't at the time. This works, loading two external stylesheets: treedown = "/Users/jonathan/git/greek-new-testament/syntax-trees/nestle1904-lowfat/xml/treedown.css" boxwoodcss =

Re: [jupyter] CSS in IPython display with XML

2017-11-30 Thread Thomas Kluyver
Like your previous example, I think - assemble an HTML fragment including a tag, and then display that. On 29 November 2017 at 23:30, Jonathan Robie wrote: > I am writing some notebooks for processing Greek syntax trees using XPath > / XQuery: > >