peterjrichens / notebook-management-cookiecutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Makefile 63.5%Language:Python 24.4%Language:Shell 12.0%