This is the website of the educational workshop of the Montreal Artificial Intelligence and Neuroscience (MAIN) conference. The website is built with the jupyter book project, and deployed using github.
- Clone this repository
- Run
pip install jupyter-book(recommended in a virtual environment). - For a fresh build, remove the content of
content/_build/ - Run
jb build content/
A static version of the book will be generated on content/_build/html/.
A github action has been setup to automatically re-build and publish the book every time a change is made to the content of the main branch.