datalayer / jupyter-server-nbmodel

Jupyter Server NbModel - Server-side Jupyter Notebooks.
https://datalayer.tech
BSD 3-Clause "New" or "Revised" License
15 stars 3 forks source link

Add kernel state machine #15

Open fcollonval opened 6 months ago

fcollonval commented 6 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 4 months ago

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