jupyter-xeus / xeus-sqlite

Jupyter kernel for SQLite
BSD 3-Clause "New" or "Revised" License
166 stars 25 forks source link

Handle kill signal #111

Closed martinRenou closed 3 years ago

martinRenou commented 3 years ago

Since jupyter_client = 7.x, the kernel gets killed agressively, we need to handle it

marimeireles commented 3 years ago

Hey @martinRenou, sorry for missing this. It's still relevant, I suppose. When does this happen? Should we implement this in all xeus kernels? Thank you :)

martinRenou commented 3 years ago

It's still relevant, I suppose. When does this happen?

This is to handle the way jupyter_client =7.x kills the kernel

Should we implement this in all xeus kernels?

Yep!

marimeireles commented 3 years ago

Okay! Thank you :)