This is the website of the 2021 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/
.
The html version of the book is hosted on the gh-pages
branch of this repo. Navigate to your local build and run,
ghp-import -n -p -f content/_build/html
This will automatically push your build to the gh-pages
branch. More information on this hosting process can be found here.