This repository contains the source code of the website paulcousin.github.io/graph-rewriting-automata.
It was made using Jupyter Book and uses of the code present in the following repositories :
In your terminal, run the following commands.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
jupyter-book build .
To deactivate the virtual environment, simply run :
deactivate