https://github.com/jupyter-server/extension-cookiecutter
A Cookiecutter recipe for Jupyter Server extensions
https://github.com/jupyter-server/extension-cookiecutter
Last synced: 7 months ago
JSON representation
A Cookiecutter recipe for Jupyter Server extensions
- Host: GitHub
- URL: https://github.com/jupyter-server/extension-cookiecutter
- Owner: jupyter-server
- License: bsd-3-clause
- Created: 2022-04-21T15:47:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T21:55:31.000Z (about 1 year ago)
- Last Synced: 2025-05-12T14:37:39.687Z (7 months ago)
- Language: Python
- Size: 258 KB
- Stars: 7
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jupyter Server Extension CookieCutter
[](https://github.com/jupyter-server/extension-cookiecutter/actions/workflows/main.yml)
A [cookiecutter](https://github.com/audreyr/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.