[jupyter] How do I stop or kill the running instance and start a new instance?

2018-08-24 Thread Pasle Choix
I had Jupyter Hub installed and running yesterday. I want to start a new instance - in the case of system maintenance this would be needed - but, after I typed in the same command like yesterday: sudo jupyterhub I got the following messages and off course the instance is not up and running:

[jupyter] Building bleeding edge jupyterlab

2018-08-24 Thread Christian Schafmeister
Hi, What is the best practice for building bleeding edge jupyterlab with extensions? We are building a bleeding edge jupyterlab application that contains two extensions (nglview and bqplot). We have wholesale translated the Python code for these widgets into Common Lisp and we need to

[jupyter] Problems with jupyterlab 0.34 when using a kernel that takes a while to start up

2018-08-24 Thread Christian Schafmeister
Hi there, Could any kind jupyterlab developer give me an overview of what time-outs are important in the jupyter communication protocol? We have developed a Common Lisp kernel that uses jupyter widgets including a few custom jupyterlab extensions (nglview and bqplot). Our kernel normally

[jupyter] Where does jupyterlab get state about previous sessions when it starts up?

2018-08-24 Thread Christian Schafmeister
Hello, Does jupyterlab use cookies or some file on my system to figure out what sessions it starts when jupyterlab starts up? We have developed a jupyter kernel in Common Lisp - we are using bleeding edge jupyterlab 0.34. If I don't shut down every kernel and close every notebook before

Re: [jupyter] Hybrid dev Jupyter + VS Code & IPython magic autoreload

2018-08-24 Thread Matthias Bussonnier
> My question is: How difficult would it be to create an "%autoreload 3" that would work 100% of the time ? It's probably really hard to really reach 100%, especially when code rely on C-extension package like NumPy. We'll be happy to review and merge PR on autoreload, but someone need to do the

[jupyter] jupyter/ideas

2018-08-24 Thread Peter Parente
Hi all, After a short conversation with Tim Head on Twitter (https://twitter.com/parente/status/1032708446481784832) about capturing community sprint day ideas somewhere, I drafted a setup for what I'm proposing become a jupyter/ideas repository on GitHub. The draft repo and README are

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 >