jupyterlite / serverlite-cookiecutter-ts

A cookiecutter for JupyterLite server extensions (e.g. in-browser kernels)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JupyterLite Server Extension Cookiecutter

Github Actions Status

This cookiecutter is based on the upstream JupyterLab Extension Cookiecutter: https://github.com/jupyterlab/extension-cookiecutter-ts

Examples

Use the template to create package

Install cookiecutter with:

pip install cookiecutter

Use cookiecutter to generate a package, following the prompts to fill in the name and authorship of your new JupyterLab extension.

cookiecutter https://github.com/jupyterlite/serverlite-cookiecutter-ts

About

A cookiecutter for JupyterLite server extensions (e.g. in-browser kernels)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 48.0%Language:JavaScript 32.5%Language:TypeScript 14.5%Language:CSS 5.1%