Re: [jupyter] JupyterHub on a cluster with local spawning and batch spawning

2018-03-15 Thread Michael Milligan
Hi Brian - It is possible, and it sounds like you already mostly have the solution! The example config at the end of the batchspawner README should be roughly what you want, except that you will use the SudoSpawner instead of LocalProcessSpawner. Specifically, you need to install all of the

[jupyter] JupyterHub on a cluster with local spawning and batch spawning

2018-03-15 Thread Brian Fulton-Howard
As I understand it, I need to use some combination of wrapspawner, localspawner, sudospawner and batchspawner. I want to run jupyterhub as an unprivileged user, but the admins are happy to edit the sudoers file to make it work. What I'd like to do is give users in my lab a choice to start on

Re: [jupyter] Good solution for sharing largish data sets?

2018-03-15 Thread Jason Grout
There was a guest post on the Jupyter blog the other day about Quilt, which may be interesting for you to look at: https://blog.jupyter.org/reproducible-data-dependencies-for-python-guest-post-d0f68293a99 Jason On Thu, Mar 15, 2018 at 12:34 PM Matthew Turk wrote: > Hi!

Re: [jupyter] Adding additional handlers to jupyterhub

2018-03-15 Thread Dan Davis
I am implementing a MultiAuthenticator for a site that will use Jupyter to host training materials. Since adoption is desired, social authentication will be desired, and so we will have more than one way to authenticate socially. That said, I think I've figured out what I did not understand

[jupyter] Good solution for sharing largish data sets?

2018-03-15 Thread 'Aaron Watters' via Project Jupyter
Hi folks, I'm interested in techniques for sharing data in scientific workflows. Tools like git/github and docker/repo2docker are great for sharing computational environments and moderate sized data, but not good for sharing (say) hundreds of gigabytes of data. What do people do? I have in

Re: [jupyter] how can i elect the browser used by jupyter notebook in linux?

2018-03-15 Thread Thomas Kluyver
You need to set it to one of the names recognised by the webbrowser module: https://docs.python.org/3/library/webbrowser.html You can also use the BROWSER environment variable to set the default. On 15 March 2018 at 08:48, 唐彬 wrote: > I have created the config file and

Re: [jupyter] Jupyter 4.4.0 tables aren't rendering on Gist

2018-03-15 Thread Thomas Kluyver
Some content is not rendered on Github for security reasons (so it can't steal your Github login). I don't know why tables would be affected, though. Do you have something that displays interactive tables for pandas output? On 15 March 2018 at 11:26, Graham Anderson wrote:

[jupyter] Jupyter 4.4.0 tables aren't rendering on Gist

2018-03-15 Thread Graham Anderson
As of Jupyter 4.4.0, my pandas are not rendering--as a Gist The same tables render fine on my local notebook. Is this a known issue--perhaps the new rendering engine is using javascript? To my knowledge, Gist renders html-only. Is there a workaround? Thanks G -- You received this message