Samuel Lelièvre

Results 100 comments of Samuel Lelièvre

Apart from - the original pexpect based kernel [[PyPI](https://pypi.org/project/jupyter-kernel-gap)] [[GitHub](https://github.com/markuspf/jupyter-kernel-gap)] - the GAP-native kernel [[gap-packages](https://gap-packages.github.io/JupyterKernel/)] [[GitHub](https://github.com/gap-packages/JupyterKernel)] there is now also - the py-gap based kernel [[GitHub](https://github.com/markuspf/py-gap)] if you want to...

The `JupyterKernel` GAP package should now be easy to install. See for instance the recipe in the `gap-docker` dockerfile: - https://github.com/gap-system/gap-docker/blob/master/Dockerfile It would be nice to have it available in...

Thanks. The `JupyterKernel` package README, with installation instructions, is at - https://github.com/gap-packages/JupyterKernel/blob/master/README.md Installing it in CoCalc would extend CoCalc's new nbviewer-like feature to GAP Jupyter documents, see - https://groups.google.com/g/sage-devel/c/dQ8PXvp6o64/m/Zpv3lJnMAQAJ -...

That would work. (It would also be nice to be able to make a project readonly: files could be read and copied to other projects, but not created, deleted or...

See also standardese: - https://standardese.github.io/ - https://github.com/standardese/standardese

On macOS, both in Terminal and iTerm2, keyboard shortcuts involving "Ctrl" such as - Ctrl+A: go to start of line - Ctrl+E: go to end of line - Ctrl+K: delete...

In the setup, we could mention several alternatives ways to get started without installing things on one's computer: - Binder - CoCalc - Colab - Kaggle - ... This chart...

Not sure this is the right place for such a discussion but how about a banner that takes a little less vertical space and possibly uses unicode for smoother rendering?...

Or look into [Markedly structured text (MyST)](https://myst-parser.readthedocs.io) which combines the benefits of [Markdown](https://en.wikipedia.org/wiki/Markdown) and [reStructuredText](https://en.wikipedia.org/wiki/ReStructuredText).

+1. Note that Sage uses lazy imports to significantly reduce startup time. Sage patchbots check startup time to warn if any ticket worsens it.