[jupyter] Browser communication with Jupyter Python kernel

2016-11-11 Thread Christopher Brooks
Hi, I'm trying to do a bit of rapid prototyping of a jupyter javascript extension which invokes services against a python kernel. The docs take some serious time, but what I've groked is that there are a set of REST-based services

Re: [jupyter] xterm.js in released version?

2016-11-11 Thread Thomas Kluyver
Hi Michael, On 11 November 2016 at 15:25, Michael Milligan wrote: > Now as far as I can tell, the most recent release of the notebook is > 4.2.3, and that does NOT yet contain this change. Is there any hope of > getting this switch into a released version sometime soon? We are

[jupyter] xterm.js in released version?

2016-11-11 Thread Michael Milligan
Quick question for you all. My users are still complaining that things like copy/paste don't work in the Jupyter Notebook terminal app. Reading through the thread and linked PRs at https://github.com/jupyter/notebook/issues/104 it appears that this should be fixed with the switch to xterm.js.

[jupyter] "No module named jupyter_client.manager" error throws up in Travis CI tests

2016-11-11 Thread Sreehari S
I am trying to test a bunch of ipython notebooks and I've been trying to do the same using the 'nbformat' and the 'nbconvert' libraries. I get the error - "No module named jupyter_client.manager" on the Travis CI tests and this does not happen when I run the tests locally. The .travis.yml

Re: [jupyter] Re: Jupyterhub + docker + swarm + can't connect to kernel - How to debug?

2016-11-11 Thread MinRK
Ted, Sorry we didn't get to this before you did, a lot of Jupyter folks are at a Jupyter Team Meeting all week, so are falling behind on GitHub and email. Thanks for posting your solution! -MinRK On Tue, Nov 8, 2016 at 11:25 AM, Ted Liefeld wrote: > Found a