Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 807 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 807 Bytes

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.