MrMino / dockernel

Dockerized Jupyter kernels
MIT License
55 stars 15 forks source link

Restart docker container when restarting kernel #11

Closed vmenger closed 3 years ago

vmenger commented 3 years ago

Currently, when a kernel is restarted, the docker container keeps running and the kernel then reconnects to it. This is not consistent with normal restarting behaviour, when all variables are lost.

Figure out:

vmenger commented 3 years ago

This is more or less a duplicate of #10