MrMino / dockernel

Dockerized Jupyter kernels
MIT License
56 stars 15 forks source link

Can't interrupt kernel cell #26

Open Geyke opened 2 years ago

Geyke commented 2 years ago

I use the example docker file to build a kernel: https://github.com/MrMino/dockernel/blob/master/example_dockerfile

However, I notice whenever I interrupt a cell, it will restart the kernel automatically. For the interrupt mode, I use the default interrupt mode (the SIGINT one).

Any suggestion why this happen?