Widget Svelte Cookiecutter

screenshot of Widget Svelte Cookiecutter

A cookiecutter template for making IPyWidgets using Svelte

Overview

widget-svelte-cookiecutter is a cookiecutter template specifically designed for creating custom Jupyter widget projects using Svelte for the frontend. It is based on the widget-ts-cookiecutter template and allows users to easily create interactive widget projects for Jupyter notebooks. This tool is a great resource for developers looking to add custom functionality to their Jupyter notebooks.

Features

  • Easy installation process with the help of cookiecutter
  • Customization options for project details such as author name, email, GitHub repo name, etc.
  • Integration of Svelte for creating frontend components
  • Compatibility with Jupyter Notebook and JupyterLab environments
  • Ability to watch for changes in code and automatically rebuild the widget
  • Testing and coverage support for ensuring code quality
  • Release process guide for publishing the created widget as npm and Python packages