Skip to content

Cookie cutter for JupyterLab mimerenderer extensions using TypeScript

License

Notifications You must be signed in to change notification settings

mnowacki-b/mimerender-cookiecutter-ts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JupyterLab mimerender-cookiecutter-ts

A cookiecutter template for creating a JupyterLab MIME renderer extension in TypeScript. (See also mimerender-cookiecutter for a MIME renderer extension in CommonJS.)

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/extension-cookiecutter-ts --checkout v1.0
cookiecutter https://github.com/jupyterlab/extension-cookiecutter-ts --checkout v2.0

A simple example

The src/ directory of your new extension includes a very simple example of a working extension, written in TypeScript. Use this example as a guide to build your own extension.

About

Cookie cutter for JupyterLab mimerenderer extensions using TypeScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%