Re: [BangPypers] Jupyter Support in Django App

2016-08-04 Thread Raghav
Thanks all for the suggestions. I will look at Jupyterhub and temp notebooks. Anand, thanks for pointing out the security issues. best, Raghav On Thu, Aug 4, 2016 at 10:46 PM, Anand Chitipothu wrote: > On Thu, 4 Aug 2016 at 17:21 Raghav wrote: > > > Hi all- > > > > I need some advice on embed

Re: [BangPypers] Jupyter Support in Django App

2016-08-04 Thread Anand Chitipothu
On Thu, 4 Aug 2016 at 17:21 Raghav wrote: > Hi all- > > I need some advice on embedding Jupyter Notebook into my Django > application. Something similar to Kaggle Notebooks. Kaggle allows you to > spin a custom notebook in browser. > > We too want users to spin their own notebooks for different e

Re: [BangPypers] Jupyter Support in Django App

2016-08-04 Thread Harsh Gupta
You might look at the SciPy 2015 and 2016 videos on Jupyter Hub and Jupyter Lab https://www.youtube.com/watch?v=OuhtpxGuboY https://www.youtube.com/watch?v=Ejh0ftSjk6g On 4 August 2016 at 20:36, Chillar Anand wrote: > When you start a notebook from a system, only you will be able to access it.

Re: [BangPypers] Jupyter Support in Django App

2016-08-04 Thread Chillar Anand
When you start a notebook from a system, only you will be able to access it. However, you can configure the notebook to allow clients from any IP to connect to it. Once that is done, you can embed them into your site using an iframe. Note that you are giving access to live python shell. Make sure