A cookiecutter version of the Book Teamplate repo for Jupyter Book
This is Jupyter Book Template built on Cookiecutter. To a non-cookiecutter version of this repo visit the sibling repository. The features are identical, the setup steps might differ.
Check the final result online
These are some of the features of using this template
To use this template, you need to have a freshly created Github Repo and check the following:
To use this template you need cookiecutter, if you don’t know what it is, check the 2 minute introduction by CalmCode. Then install it via pip as:
pip install cookiecutter
Then, to generate your custom project simply run:
cookiecutter https://github.com/ELC/jupyter-book-template-cookiecutter.git
Copy the content of the directory generated in the previous step in the cloned repository folder and commit and push as usual.