Re: [jupyter] Find the rogue train: nice example of notebook use

2016-12-12 Thread John Lam
Thanks, Brian. I'll carve out some time to play around with this idea over the holidays and report back what I find. Get Outlook for iOS _ From: Brian Granger Sent: Saturday, December 10, 2016 5:08 PM Subject: Re: [jupyter] Find

[jupyter] Accessing bundled resources from python in dashboard

2016-12-12 Thread Brian Bloniarz
I've been playing around with the dashboards server; so far I can download a bundled .zip and deploy it to the dashboards server. However, I'm not clear on how those resources can be accessed from the python side in a notebook (as opposed to client-side). I was thinking from this:

[jupyter] Re: jupyter-dashboards installation failure

2016-12-12 Thread Brian Bloniarz
Bump to note: to install as the root user, pass --unsafe to npm install (see https://github.com/npm/npm/issues/1259) -- 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

Re: [jupyter] I'd like to make a floating code cell, and am looking for some tips

2016-12-12 Thread Fintan Nagle
Dear Thomas, Thank you! I did a search for similar extensions, but couldn't find anything. I will check this out, it seems to be exactly what I'm looking for. Best Fintan On 12 December 2016 at 14:22, Thomas Kluyver wrote: > Hi Fintan, > > Have you had a look at the

Re: [jupyter] I'd like to make a floating code cell, and am looking for some tips

2016-12-12 Thread Thomas Kluyver
Hi Fintan, Have you had a look at the scratchpad extension? http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/scratchpad/README.html Best wishes, Thomas On 12 December 2016 at 13:37, Fintan Nagle wrote: > Hello all, > > I've noticed that my

Re: [jupyter] I'd like to make a floating code cell, and am looking for some tips

2016-12-12 Thread Tom Lynch
Sounds like a great idea. On Mon, Dec 12, 2016 at 7:37 AM, Fintan Nagle wrote: > Hello all, > > I've noticed that my Jupyter workflow often includes cells which I use > simply to inspect a variable or graph to see if it looks correct. These > cells are single-use, and I

Re: [jupyter] URL: http://--disable-quic/ in Chrome

2016-12-12 Thread Thomas Kluyver
On 9 December 2016 at 23:34, Cole P wrote: > I am using Jupyter 4.2.0 in Windows 10. Chrome is my default browser. When > I launch a notebook it always opens another tab with the URL http:// > --disable-quic/. > I know "quic" is Google's experimental UDP. Is anyone else

Re: [jupyter] How Do You Disable Authentication

2016-12-12 Thread Thomas Kluyver
Just to emphasise: we added the token authentication mechanism in 4.3 for security reasons, and if you disable it, you reopen the hole it closes. I have written a more detailed description here: https://github.com/jupyter/notebook/issues/1944#issuecomment-266434362 On 12 December 2016 at 13:12,

[jupyter] I'd like to make a floating code cell, and am looking for some tips

2016-12-12 Thread Fintan Nagle
Hello all, I've noticed that my Jupyter workflow often includes cells which I use simply to inspect a variable or graph to see if it looks correct. These cells are single-use, and I never return to them to check their values. When reopening a notebook, I don't care about these cells at all. I

Re: [jupyter] How Do You Disable Authentication

2016-12-12 Thread Damián Avila
Are you sure you are in notebook 4.2.1? Because token auth was introduced in 4.3 (IIRC) or maybe I misinterpreted you... In the case you are talking about the one I mentioned, disable auth is not recommended but you can do it using the config machinery. Check here:

Re: [jupyter] Re: Opting out of readthedocs advertisements

2016-12-12 Thread Damián Avila
>So long as the adverts are not crass or misleading, I think it's an acceptable price for the value we get from RTD. +1 to this... I am also OK with a gold membership. > They seem to be doing a fairly good job of making them unobtrusive. Yep, I agree with that... they are doing a good job

Re: [jupyter] Using Jupyter Notebook for book creation

2016-12-12 Thread Sascha Spors
Dear Jesus, I use Sphinx together with the Jupyter Notebook Tools for Sphinx http://nbsphinx.readthedocs.io/en/latest/ to generate a PDF from my notebooks on Digital Signal Processing https://github.com/spatialaudio/digital-signal-processing-lecture. That works very well. greetings, Sascha