Skip to content

jupyterlab/language-pack-cookiecutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

JupyterLab language package template

Jupyterlab language pack template using copier.

Creating a package

To create a package you will need to execute:

pip install babel copier copier-templates-extensions jinja2-time
mkdir jupyterlab-language-pack
cd jupyterlab-language-pack
copier gh:jupyterlab/language-pack-cookiecutter.git .

Updating a existing package

To update a package you will need to execute in the package folder:

pip install babel copier copier-templates-extensions jinja2-time
copier update