Skip to content

A cookiecutter recipe for JupyterLab extensions in Typescript

License

Notifications You must be signed in to change notification settings

fcollonval/extension-cookiecutter-ts

 
 

JupyterLab extension-cookiecutter-ts

Github Actions Status

A cookiecutter template for creating a JupyterLab extension using TypeScript with optionally a server extension.

See also extension-cookiecutter-js for an 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 extension.

cookiecutter https://github.com/jupyterlab/extension-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

Your new extension includes a very simple example of a working extension. Use this example as a guide to build your own extension. Have a look at the extension examples repository for more information on various JupyterLab features.

About

A cookiecutter recipe for JupyterLab extensions in Typescript

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 68.4%
  • TypeScript 20.6%
  • JavaScript 10.7%
  • CSS 0.3%