This repository is a Binder repository based on SageMath which comes with QuiverTools installed, together with some easy examples.
To run this, just click on the badge:
Pieter Belmans
Based on https://github.com/sagemath/sage-binder-env by Nicolas M. Thiéry, E. Madison Bray, and Kwankyu Lee
With jupytext one can convert between .py and .ipynb. In particular, the following
jupytext --to ipynb src/basic.py mv src/basic.ipynb notebooks
converts the very rudimentary proof of concept to a notebook.
I have left the result of jupytext --to py start.ipynb
which is the
example provided in the original repository, in the /src directory,
so that we know which syntax to use.