[jupyter] Re: Jupyter startup

2018-02-13 Thread David Doherty
Got any example error details? I've gone through this a couple times as I'm in a corporate firewall but I'm not exactly sure what the issue is. I would recommend following Lawrence's approach if you're not On Sunday, 14 January 2018 23:53:33 UTC-5, Vince Yu wrote: > > Hi everyone, > > I would

[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: Jupter notebook does not display all the folders

2018-02-23 Thread David Doherty
Got any more details? It won't display folders starting with a period for example. Jupyter doesn't really target Windows platform by the way, so you may not get full support unless you're willing to contribute code. Dave On Thursday, 15 February 2018 20:24:09 UTC-5, N. Srinivasan wrote: > > I

[jupyter] Help getting started to contribute code to Jupyter/JupyterHub

2018-02-23 Thread David Doherty
Hi. I'm seriously looking at using Jupyter as our production notebook environment at a large company I work at. I've managed to get to the point where I have custom authenticators and spawners that work within our corporate proxy. However, I'd like to get a bit deeper into it so I'm looking