datalayer / jupyter-server-nbmodel

Jupyter Server NbModel. - Execute code cell from the server.
https://datalayer.tech
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Add kernel state machine #15

Open fcollonval opened 5 months ago

fcollonval commented 5 months ago

Adding a kernel state machine on the backend will allow to get a reliable status of the kernel state. In particular it will be possible to handle the case of a document connecting to a kernel with a pending input.

echarles commented 3 months ago

https://github.com/Zsailer/nextgen-kernels-api by @zsailer can help on this.