Re: [jupyter] Blocking copy/paste functionality to JupyterHub

2018-02-21 Thread Roland Weber
Hello Jeremy. Blocking copy and paste is one of the main features that we wish to > achieve. Essentially, we would like to ensure that a JupyterHub notebook > user is able to use and modify their notebooks at will normally (via > typing, clicking and normal keystrokes), > When I write code, I

[jupyter] Fwd: [sage-devel] Research Software Engineer position opening at LRI Paris Sud, with a focus on Sage and Jupyter

2018-02-21 Thread Fernando Perez
Hi all, for those of you with an interest in jobs in Europe, this may be of interest... Please direct any follow-ups to the contact info below, not to this list. Cheers, f -- Forwarded message -- From: Nicolas M. Thiery Date: Wed, Feb 21, 2018 at 3:18

Re: [jupyter] Re: widget updating plot; plot disappears

2018-02-21 Thread Randy Heiland
Any idea why the "continuous_update=False" doesn't work (for me)? Does it work for others? - rf. attached .ipynb. thanks, Randy On Wed, Feb 21, 2018 at 4:22 PM, Jason Grout wrote: > You can use the interact_manual function. See http://ipywidgets. >

[jupyter] Re: Updating Anaconda has broken Jupyter

2018-02-21 Thread gwheeler
I ended up having to reinstall Anaconda. Not sure how it got so messed up but it turned into a game of whack-a-mole and even creating new virtualenvs didn't help. On Wednesday, February 21, 2018 at 1:39:05 PM UTC-8, gwhe...@ebay.com wrote: > > HI all > > Yesterday I did an update of all the

Re: [jupyter] Blocking copy/paste functionality to JupyterHub

2018-02-21 Thread Matthias Bussonnier
Thanks Jeremy, On 20 February 2018 at 16:41, Jeremy Ho wrote: > Hi Matthias, > > Thank you for your response. For some background context, the notebooks > will have access to sensitive data sources that we don't want to have > leaving the notebooks, and we also don't want to

[jupyter] Re: Updating Anaconda has broken Jupyter

2018-02-21 Thread gwheeler
Just checked on the website and it seems that the latest IPython should be 6.x. If I run "conda update ipython" conda says I have 6.2.1, but if I run "pip freeze" then I get 3.2.3. So something has gotten really messed up somehow. I'll figure it out. On Wednesday, February 21, 2018 at 1:39:05

[jupyter] Updating Anaconda has broken Jupyter

2018-02-21 Thread gwheeler
HI all Yesterday I did an update of all the packages in my Anaconda install, and now I can no longer start kernels in Jupyter. I'm getting this when I try to open a notebook: Traceback (most recent call last): File "/Users/gwheeler/anaconda/lib/python3.6/runpy.py", line 193, in

[jupyter] Re: Register external IPython kernel with jupyter notebook?

2018-02-21 Thread Edward Banner
Hi Roland, Thanks for the suggestion. I wound up creating a hacky kernel manager which seems to do the job. https://github.com/ebanner/extipy The only caveat is that you have to disable message authentication to get it to work because jupyter was complaining that the expected message

Re: [jupyter] Blocking copy/paste functionality to JupyterHub

2018-02-21 Thread Michael Milligan
Hi Jeremy, Your original question made it sound like you might be using the notebook purely as a dashboard interface with some level of point-and-click interactivity. This should be doable using the advice you have already received, provided you have good control of your users work environment.

[jupyter] [JupyterHub] Debugging make_preexec_fn within jupyterhub-singleuser

2018-02-21 Thread David Doherty
I've created a custom spawner that copies some Tutorial notebooks into a new user's notebook directory to help them get up and running with our tools. However I am getting an exception when I try to run the function I made in make_preexec_fn. However, I'm having trouble debugging it. Does this

[jupyter] Re: Pdf export in jupyter notebook not working

2018-02-21 Thread ezhick179
We convert Jupyter to HTML, then print HTML using virtual PDF printer - this works. On Monday, August 29, 2016 at 6:28:21 PM UTC+3, vigneshwer dhinakaran wrote: > > Hi Team, > > There are few problems I am facing with the export pdf function. > > The PDF is getting generated but, > > 1. The

[jupyter] Attaching custom css and javascript (mathjax macros) to a set of notebooks

2018-02-21 Thread David Ketcheson
I'm writing a book using a Jupyter notebook for each chapter. I also generate pdf and html versions using nbconvert and bookbook. I would like to be able to do two things: - Control the fonts used in the notebooks - Use a common set of Latex macros in all the notebooks It seems to me that