This repository contains the source code of the website paulcousin.net/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.9 -m venv .venv
source .venv/bin/activatepip install --upgrade pip
pip install -r requirements.txtjupyter-book clean .
jupyter-book build .To deactivate the virtual environment, simply run:
deactivateghp-import -n -p -f _build/html