This is a copier Jupyter Notebook project template for data analysis that implements the best practices on sustainable software for researchers in Natural and Engineering Science. The template provides boilerplate folder structure, a Jupyter notebook, documentation, etc.
- Use pipx to install
copier
, and render the template.
# intalling copier
pipx install copier
- Start a new Jupyter Notebook project using this template:
copier copy https://github.com/SS-NES/notebook-template <path/to/project-directory>
- Inialize a Git repository in your templating project
cd <path/to/project-directory>
git init
git add .
git commit -m 'initial commit'
Read our guidelines to know how to be part of the development of this template.
This template is freely available under an Apache License 2.0