Re: [jupyter] Embedding Jupyter in web app

2019-04-05 Thread abhay yadav
@jeenesh Did you get any Solution If yes kindly share On Friday, 24 August 2018 11:39:01 UTC+5:30, jeenesh...@gmail.com wrote: > > Hi, I want to embed jupyter notebook to my application my application > based on node and angular > how can i i teried using i frame but it gives csp headrs

Re: [jupyter] Embedding Jupyter in web app

2018-08-24 Thread jeenesh . iet2017
Hi, I want to embed jupyter notebook to my application my application based on node and angular how can i i teried using i frame but it gives csp headrs error plz help me . tanks On Tuesday, April 11, 2017 at 4:13:47 PM UTC+5:30, takowl wrote: > > On 10 April 2017 at 15:12, Philip Matheson >

Re: [jupyter] Embedding Jupyter in web app

2018-08-05 Thread Michael Milligan
Incidentally, you should know that tmpnb is deprecated - the recommended path forward would be BinderHub (which is basically Jupyterhub+Kubernetes), but using Jupyterhub with the tmpauthenticator plugin would also be an option. See README here: https://github.com/jupyter/tmpnb Although it

Re: [jupyter] Embedding Jupyter in web app

2017-04-11 Thread Philip Matheson
Thank you Thomas this helped a lot. I don't think I need a whole new interface but I found a reference to tmpnb on that page which got me wondering, should use that instead of JupyterHub? My use case will be pretty simple . Users will login to an existing website where they have a profile.

Re: [jupyter] Embedding Jupyter in web app

2017-04-11 Thread Thomas Kluyver
On 10 April 2017 at 15:12, Philip Matheson wrote: > I'm just starting to research how this might work and wondering if anyone > can point me to a project or documentation that might discuss this type of > thing. > It depends quite a bit on how much of Jupyter you want to embed

[jupyter] Embedding Jupyter in web app

2017-04-10 Thread Philip Matheson
Hi all, I'm working on a web application for teaching data science. I would like to do something like Kaggle does with their kernels feature and embed Jupyter into the application seamlessly. I'm just starting to research how this might work and wondering if anyone can point me to a project