Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Cookie cutter for JupyterLab mimerenderer extensions using TypeScript

License

Notifications You must be signed in to change notification settings

jupyterlab/mimerender-cookiecutter-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

This project has been archived; for JupyterLab 4, please use extension-template.

JupyterLab mimerender-cookiecutter-ts

Github Actions Status

A cookiecutter template for creating a JupyterLab MIME renderer extension in TypeScript.

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 JupyterLab MIME render extension.

cookiecutter https://github.com/jupyterlab/mimerender-cookiecutter-ts

If you'd like to generate a package for a specific JupyterLab release, use the --checkout option and give a tag or commit from this repository.

cookiecutter https://github.com/jupyterlab/mimerender-cookiecutter-ts --checkout v1.0
cookiecutter https://github.com/jupyterlab/mimerender-cookiecutter-ts --checkout v2.0

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.