Samuel Lelièvre

Results 99 comments of Samuel Lelièvre

Last point taken care of in #14. @XVilka can you open a PR for the rest? Also, if you remove the code formatting on the issue description, this will enable...

For continuous integration, might GitHub Actions replace Appveyor?

@lufinkey - if I remember correctly, giampaolo banned embray from contributing to this repo. Besides, the SageMath project's dependency on psutil, which was likely a significant factor in embray's motivation...

Installing "jupyter-kernel-gap" works with sage -pip install jupyter-kernel-gap --user after which selecting the GAP kernel in a jupyter notebook worksheet works fine. Trying the jupyter console as follows jupyter console...

It's probably worth changing the `"argv"` value of `kernel.json` to start with `"sage", "-python"` instead of the hardcoded "/projects/sage/sage-7.5/local/bin/python" it gets after installing via `sage -pip install`. See William's comment...

Regarding the error messages, it is a documented issue upstream, see https://github.com/gap-packages/jupyter-kernel-gap/issues/36 https://github.com/gap-packages/jupyter-kernel-gap/issues/23

Note that a complete rewrite of the GAP Jupyter kernel, written in GAP, will be available with GAP 4.9. See the GitHub repo for this new kernel: https://github.com/gap-packages/JupyterKernel

Reopening this issue. This comment initially posted at https://github.com/sagemathinc/cocalc/issues/791#issuecomment-446177455 might make more sense here. GAP 4.10.0 is now installed on CoCalc. It seems that since then, GAP's JupyterKernel went from...

Is it maybe just because in CoCalc `gap` calls GAP 4.8.8 and one needs to call `gap4` to get GAP 4.10? I suggest having `gap` call GAP 4.10, and, if...

@williamstein The GAP Jupyter kernel works in Plain Jupyter and JupyterLab, but not using CoCalc-Jupyter; can you have a look?