microsoft / jupyter-core

Library for writing Jupyter kernels in .NET Core
MIT License
108 stars 23 forks source link

Messaging fixes for nteract and Jupyter Lab clients #67

Closed rmshaffer closed 3 years ago

rmshaffer commented 3 years ago

Fixes #35 by sending an execute_input message immediately after receiving a cell execution request.

Fixes #66 by sending a status message immediately after sending a kernel info reply to let the client know that the kernel is idle and ready.