Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.05 KB

A Short Introduction to Coq

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:

Running it locally

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.install

Depending on your system, you may also need to run:

pip install --user notebook

Run

jupyter notebook

Note: using jupyter lab does not work correctly. Use the notebook version.