In this repository I publicly share some SageMath documents, usually as Jupyter notebooks, typically containing quick demos or experimentations written during a brainstorm with colleagues.
Thanks to Binder, one can access these documents and play with them without needing to install SageMath. Click on the above Binder badge to try.
You may also quickly browse the documents locally with the following instructions:
-
If you haven't it yet, install
uv(fast package management based on pip): uv. -
Run JupyterLab; the required software will be automatically installed in the subdirectory .venv:
uv run jupyter labTo actually run the examples, you need to have sagemath installed.
There is no guarantee whatsoever on the quality of any document here!