Skip to main content

jupyterlab_multicontents_templates

Github Actions Status

Inspired by Jupyterlab-templates but added extra functions:

  1. Allow templates from any location, including S3, GCS, psql, etc., just installed the required jupyter contents manager.
  2. Preview notebook before import the template
  3. Directly publish notebook as templates into the selected folder with name
  4. Share Template URL and directly opened preview

This extension is composed of a Python package named jupyterlab_multicontents_templates for the server extension and a NPM package named jupyterlab_multicontents_templates for the frontend extension.

Screenshots

  • Use Template with preview JupyterLab-template-demo

  • Publish notebook to Templates JupyterLab-publish-demo

  • Share Templates jupyterlab-share-demo

Requirements

  • JupyterLab >= 3.0

Install

pip install jupyterlab_multicontents_templates

Config

configure jupyter_notebook_config.py with the following settings:

import os
from IPython.html.services.contents.filemanager import FileContentsManager
from s3contents import S3ContentsManager

c.JupyterLabMultiContentsTemplates.template_folders = {
    "templates from Local File": {
        "manager_class": FileContentsManager,
        "kwargs": {
            "root_dir": os.environ["HOME"]
        },
    },
    "templates from S3 prefix1": {
        "manager_class": S3ContentsManager,
        "kwargs": {
            "bucket": "example-bucket",
            "prefix": "path/to/notebooks",
        },
    },
    "templates from S3 prefix2": {
        "manager_class": S3ContentsManager,
        "kwargs": {
            "bucket": "another-example-bucket",
            "prefix": "path/to/notebooks",
        },
    },
}

# If you're using jupyterhub please set this value to True to enable sharing:
c.JupyterLabMultiContentsTemplates.append_hub_user_redirect = True

# Set this value to True if you want to sort template directory contents by name (ascending)
c.JupyterLabMultiContentsTemplates.sort_templates_by_name_asc = False

Troubleshoot

If you are seeing the frontend extension, but it is not working, check that the server extension is enabled:

jupyter server extension list

If the server extension is installed and enabled, but you are not seeing the frontend extension, check the frontend extension is installed:

jupyter labextension list

Contributing

Development install

Note: You will need NodeJS to build the extension package.

The jlpm command is JupyterLab's pinned version of yarn that is installed with JupyterLab. You may use yarn or npm in lieu of jlpm below.

# Clone the repo to your local environment
# Change directory to the jupyterlab_multicontents_templates directory
# Install package in development mode
pip install -e .
# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
# Rebuild extension Typescript source after making changes
jlpm run build

You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.

# Watch the source directory in one terminal, automatically rebuilding when needed
jlpm run watch
# Run JupyterLab in another terminal
jupyter lab

With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).

By default, the jlpm run build command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:

jupyter lab build --minimize=False

Uninstall

pip uninstall jupyterlab_multicontents_templates

Release files for jupyterlab-multicontents-templates 0.4.10

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for jupyterlab-multicontents-templates 0.4.10
File Size Uploaded
jupyterlab_multicontents_templates-0.4.10.tar.gz 90.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for jupyterlab-multicontents-templates 0.4.10
File Interpreter ABI Platform
jupyterlab_multicontents_templates-0.4.10-py3-none-any.whl Python 3 none any Details

Total release size: 127.4 kB

Release files / jupyterlab_multicontents_templates-0.4.10.tar.gz

Download URL jupyterlab_multicontents_templates-0.4.10.tar.gz
Size 90.1 kB
Tags Source
SHA-256 checksum
How to use checksums
ee84582a71e85347c288d376199a10fbe9448ac353caa88067812c326b04529b
BLAKE2b-256 checksum
How to use checksums
fa540a22765e476454dbbe4deabe2fecfcd4907aa4c74c890a80ef2540209097
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.9.25

Release files / jupyterlab_multicontents_templates-0.4.10-py3-none-any.whl

Download URL jupyterlab_multicontents_templates-0.4.10-py3-none-any.whl
Size 37.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
e01a0ffb821dd69753a1be37812c7e6f51e760dc57f59e509a429ffdf45887cb
BLAKE2b-256 checksum
How to use checksums
b8aaa35a506da382f593eede29717ba7a1989b0942e51dd9de256a0f8617e1c3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.9.25

Release history Release notifications | RSS feed

This release

0.4.10 This release

2 release files

0.4.9

2 release files

0.4.8

2 release files

0.4.7

2 release files

0.4.6

2 release files

0.4.4

2 release files

0.4.3

2 release files

0.4.2

2 release files

0.4.1

2 release files

0.4.0

2 release files

0.3.0

2 release files

0.2.0

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page