A simple jupyter widget cookiecutter template that uses TypeScript.
This project is no longer maintained and it's definitely out of date! Use at your own risk!
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
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.