jupyterlab_templates v0.5.1
jupyterlab_templates
Support for jupyter notebook templates in jupyterlab

Install
pip install jupyterlab_templates
jupyter labextension install jupyterlab_templates
jupyter serverextension enable --py jupyterlab_templatesAdding 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
c.JupyterLabTemplates.include_core_paths = TrueTemplates for libraries
The extension will search subdirectories of each parent directory specified in template_dirs for templates.
The notebook_templates directory under the jupyter data folder is one of the default parent directory. Thus, if you have tutorials or guides you'd like to install for users, simply copy them into your jupyter data folder inside the notebook_templates directory, e.g. /usr/local/share/jupyter/notebook_templates/bqplot for bqplot.
Flags
template_dirs: a list of absolute directory paths. All.ipynbfiles in any subdirectories of these paths will be listed as templatesinclude_default: include the default Sample template (default True)include_core_paths: include jupyter core paths (see: jupyter --paths) (default True)
2 years ago
2 years ago
2 years ago
3 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago