[jupyter] ipython 5.0 console and --simple-prompt

2016-07-14 Thread ssinglet
Congrats and thanks for the new IPython release. >From the docs, IPython 5 has the option "--simple-prompt" to maintain compatibility with emacs. A quick test running 'ipython --simple-prompt' works fine from a terminal. The emacs package ob-ipython.el uses jupyter messaging to run python code

[jupyter] JupyterHub 2016 online mini-workshop on July 22nd, 9am-noon Pacific Time

2016-07-14 Thread Fernando Perez
Hi all, next week, we'll be holding a very informal mini-workshop about use cases and deployment scenarios of JupyterHub. The rationale and description of the plan is here: https://github.com/jupyter/jupyterhub-2016-workshop We still have an open slot for one more lightning talk, if you have a

[jupyter] Re: Jupyter VPython 1.0.2

2016-07-14 Thread Lawrence D’Oliveiro
On Thursday, July 14, 2016 at 11:08:48 AM UTC+12, Bruce Sherwood wrote: Jupyter VPython is an unusually easy to use environment for doing > computational modeling with navigable real-time 3D animations. > Does it not do Python 3? -- You received this message because you are subscribed to

[jupyter] Re: Jupyterhub search module

2016-07-14 Thread vigneshwer dhinakaran
Right now I am taking a user input and searching with the keys of my json. I am currently working on integrating the json with elastic search, will let you know On Thursday, 14 July 2016 15:59:49 UTC+5:30, Abhishek Ram wrote: > > Cool, what are you feeding this json to?. I hope Jupyter comes

[jupyter] Re: Jupyterhub search module

2016-07-14 Thread vigneshwer dhinakaran
Hi Abhishek, It would be really good to have this feature as it becomes very difficult to locate a note book. I have a small python script which helps in finding the location in the file system and adds to a proxy (https://github.com/jupyter/help/issues/63) Need to improve it and intergrate