I would try doing this with the JupyterLab notebook component. I would
definitely not try to do this with the classic notebook.

A self-contained example of embedding the JupyterLab notebook component on
a page is at
https://github.com/jupyterlab/jupyterlab/blob/master/examples/notebook/ (in
particular, see
https://github.com/jupyterlab/jupyterlab/blob/master/examples/notebook/src/index.ts).
To run this example, clone the jupyterlab repo, then do `npm run install`,
`npm run build`, and then go into the examples/notebook directory and do
`npm run build`. Then launch the example by doing `python main.py`.

Thanks,

Jason


On Tue, Mar 21, 2017 at 4:40 PM Naveen Venayak <[email protected]>
wrote:

> I'm wondering if it is possible to embed the jupyter notebook in another
> site, without using an iframe.
>
> I am hoping to use jupyter hub to deploy individual docker containers for
> each user, and then have them access those containers seamlessly within the
> main site (without have to navigate somewhere else). I am also planning to
> have some interactivity between the data on the main site and the jupyter
> notebook, so having the site and notebook share the same scope would be
> beneficial.
>
> Any recommendations or examples would be appreciated!
>
> Thanks
>
> --
> 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
> email to [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jupyter/82dd25b2-6d86-43c6-a682-85cc81877712%40googlegroups.com
> <https://groups.google.com/d/msgid/jupyter/82dd25b2-6d86-43c6-a682-85cc81877712%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CAPDWZHw9457q_pYUk4C8H%2BEbZNPrtDPpJc1gPgsvYfGji-kqoA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to