Skip to content

alexmorley/jupyterlab_templates

 
 

Repository files navigation

jupyterlab_templates

Support for jupyter notebook templates in jupyterlab

Build Status GitHub issues codecov PyPI PyPI npm

Install

pip install jupyterlab_templates
jupyter labextension install jupyterlab_templates
jupyter serverextension enable --py jupyterlab_templates

Adding templates

install the server extension, and add the following to jupyter_notebook_config.py

c.JupyterLabTemplates.template_dirs = ['list', 'of', 'template', 'directories']
c.JupyterLabTemplates.include_default = True

Flags

  • template_dirs: a list of directories. all .ipynb files in these directories will be listed as templates
  • include_default: include the default Sample template

About

Support for jupyter notebook templates in jupyterlab

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 73.2%
  • Python 16.0%
  • Makefile 4.8%
  • Jupyter Notebook 3.8%
  • JavaScript 2.2%