[BangPypers] Jupyter Support in Django App

Raghav ragbadaskar at gmail.com
Thu Aug 4 23:55:23 EDT 2016


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 <anandology at gmail.com>
wrote:

> On Thu, 4 Aug 2016 at 17:21 Raghav <ragbadaskar at gmail.com> 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 experiments.
> >
> > I've seen django-extensions and shell_plus but this just adds Jupyter app
> > to the django application.
> >
> > Can someone help me with understanding a broad approach? Thanks in
> advance.
>
>
> Look at Jupyterhub. It allows spawning custom notebook servers (not just
> notebook).
>
> Running jupyter notebook on a server is very insecure. You may want to run
> it in a docker container, or run each notebook in docker container for
> isolation.
>
> There is a service tmpnb for providing temporary jupyter notebooks. You can
> probably just use that if that fits your need or look at it and see if you
> can modify it to suit your needs.
>
> https://github.com/jupyter/tmpnb
>
> Anand
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> https://mail.python.org/mailman/listinfo/bangpypers
>


More information about the BangPypers mailing list