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

Make it possible to interrupt the kernel #47

Closed markuspf closed 6 years ago

markuspf commented 6 years ago

For example if a user accidentally executes

while true do od;

we want to be able to recover by interrupting this "computation".

markuspf commented 6 years ago

This is fixed by #53