Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

A cookiecutter template for creating a custom Jupyter widget project.

Notifications You must be signed in to change notification settings

rolandjitsu/jupyter-widget-cookiecutter

Repository files navigation

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