Skip to content

paulcousin/graph-rewriting-automata

Repository files navigation

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 :

Building the Jupyter Book from a virtual environment

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published