Notebook Management Cookiecutter

A cookie-cutter template to start Jupyter Notebook projects with jupytext, papermill, and GitHub Pages integration.

Quickstart

Prerequisites

  1. Ensure you have cookiecutter installed. If not:
    pip install cookiecutter

Using the Template

  1. To start a new project using this template, run:

    cookiecutter https://github.com/peterjrichens/notebook-management-cookiecutter.git
  2. Provide a project_name when prompted. This will create the primary directory for your project. See the readme in this directory for the next steps.