This is a repository with the Jupyter notebook used for the Coq workshop in the FoS course.
You can run these notebooks online, here are the links:
You will need to install Coq, Jupyter and the coq_jupyter kernel.
You can do that more-or-less as follows:
brew install coq # or something similar for your OS
pip install --user coq_jupyter==1.5.0
python -m coq_jupyter.installDepending on your system, you may also need to run:
pip install --user notebookjupyter notebookNote: using jupyter lab does not work correctly. Use the notebook version.