/jupyter-widget-cookiecutter

A cookiecutter template for creating a custom Jupyter widget project.

Primary LanguagePython

Jupyter Widget Cookiecutter

A simple jupyter widget cookiecutter template that uses TypeScript.

IMPORTANT NOTICE

This project is no longer maintained and it's definitely out of date! Use at your own risk!

Usage


First of all, make sure you installed cookiecutter:

pip install cookiecutter

After installing cookiecutter, use the following to start a project based on this template:

cookiecutter https://github.com/rolandjitsu/jupyter-widget-cookiecutter.git

Credits


This project is based on jupyter-widgets/widget-cookiecutter and it's pretty much the same thing, except is using the latest version of Webpack and TypeScript instead of plain JavaScript.

Learning Material