gap-packages / JupyterKernel

Native Jupyter kernel for GAP
https://gap-packages.github.io/JupyterKernel/
BSD 3-Clause "New" or "Revised" License
19 stars 12 forks source link

Clean Kernel Shutdown #7

Closed markuspf closed 6 years ago

markuspf commented 7 years ago

Make sure the Kernel shuts down cleanly and clears up all the Zmq sockets so that restarting it doesn't run into "address already in use" problems.

pedritomelenas commented 7 years ago

Also restarting the kernel may fail; probably related to this.

markuspf commented 6 years ago

This should solved by e8a6a073716063a7abb5de12692a26ebe8f3cc2f due to be released in the next week.