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

Rewrite HPC-GAP support #9

Closed markuspf closed 6 years ago

markuspf commented 7 years ago

Most of the HPC-GAP support has been removed, but the only real difference at the moment should be that heartbeat can be handled in a HPC-GAP thread (as opposed to in a fork or a pthread hidden thread). Of course we should think about adding support for asynchronous handling of multiple frontends etc.