jupyterlab/extension-cookiecutter-js

Name: extension-cookiecutter-js

Owner: JupyterLab

Description: A cookiecutter recipe for building JupyterLab extensions.

Created: 2016-09-22 16:56:41.0

Updated: 2018-05-07 18:53:58.0

Pushed: 2018-02-09 11:48:59.0

Homepage:

Size: 29

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

JupyterLab extension-cookiecutter-js

A cookiecutter template for creating a JupyterLab extension in CommonJS JavaScript. (See also extension-cookiecutter-ts for an extension in TypeScript.)

Use the template to create package

Install cookiecutter.

install cookiecutter

Use cookiecutter to generate a package, following the prompts to fill in the name and authorship of your new JupyterLab extension.

iecutter https://github.com/jupyterlab/extension-cookiecutter-js
A simple example

The lib/ directory of your new extension includes a very simple example of a working extension, written in JavaScript using CommonJS modules. Use this example as a guide to build your own extension.

Package name
Package name

We suggest that simple extension names start with jupyterlab_ and use underscores if needed to improve readability, such as jupyterlab_myextension.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.