rolandjitsu / jupyter-widget-cookiecutter

A cookiecutter template for creating a custom Jupyter widget project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


About

A cookiecutter template for creating a custom Jupyter widget project.


Languages

Language:Python 52.9%Language:JavaScript 24.9%Language:TypeScript 22.2%