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