Zsailer / extension-cookiecutter

A Cookiecutter recipe for Jupyter Server extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyter Server Extension CookieCutter

Github Actions Status

A cookiecutter template for creating a Jupyter Server extension.

Use the template to create package

Install cookiecutter.

pip install cookiecutter

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

cookiecutter https://github.com/jupyter-server/extension-cookiecutter

A simple example

Your new extension includes a very simple example of a working extension. Use this example as a guide to build your own extension.

About

A Cookiecutter recipe for Jupyter Server extensions

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


Languages

Language:Python 100.0%