Skip to main content

jupyter_theme_editor

Github Actions StatusBinder Extension to create a theme.

This extension is composed of a Python package named jupyter_theme_editor for the server extension and a NPM package named jupyter-theme-editor for the frontend extension.

Requirements

  • JupyterLab >= 4.0.0

Install

To install the extension, execute:

pip install jupyter_theme_editor

Uninstall

To remove the extension, execute:

pip uninstall jupyter_theme_editor

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 jupyter_theme_editor directory
# Install package in development mode
pip install -e ".[test]"
# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
# Server extension must be manually installed in develop mode
jupyter server extension enable jupyter_theme_editor
# Rebuild extension Typescript source after making changes
jlpm 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 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 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

Development uninstall

# Server extension must be manually disabled in develop mode
jupyter server extension disable jupyter_theme_editor
pip uninstall jupyter_theme_editor

In development mode, you will also need to remove the symlink created by jupyter labextension develop command. To find its location, you can run jupyter labextension list to figure out where the labextensions folder is located. Then you can remove the symlink named jupyter-theme-editor within that folder.

Testing the extension

Server tests

This extension is using Pytest for Python code testing.

Install test dependencies (needed only once):

pip install -e ".[test]"
# Each time you install the Python package, you need to restore the front-end extension link
jupyter labextension develop . --overwrite

To execute them, run:

pytest -vv -r ap --cov jupyter_theme_editor

Frontend tests

This extension is using Jest for JavaScript code testing.

To execute them, execute:

jlpm
jlpm test

Integration tests

This extension uses Playwright for the integration tests (aka user level tests). More precisely, the JupyterLab helper Galata is used to handle testing the extension in JupyterLab.

More information are provided within the ui-tests README.

Packaging the extension

See RELEASE

Release files for jupyter-theme-editor 0.4.2

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

Source distribution (sdist)

Source distribution for jupyter-theme-editor 0.4.2
File Size Uploaded
jupyter_theme_editor-0.4.2.tar.gz 262.5 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for jupyter-theme-editor 0.4.2
File Interpreter ABI Platform
jupyter_theme_editor-0.4.2-py3-none-any.whl Python 3 none any Details

Total release size: 404.6 kB

Release files / jupyter_theme_editor-0.4.2.tar.gz

Download URL jupyter_theme_editor-0.4.2.tar.gz
Size 262.5 kB
Tags Source
SHA-256 checksum
How to use checksums
c41890788238c1fe925b82e7660488c66be45e6200e4486694852b2777236e3e
BLAKE2b-256 checksum
How to use checksums
3b770214a9bcbd4528a9534400dd36881ffc0430027b572ebc5065f56d746a15
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.3

Release files / jupyter_theme_editor-0.4.2-py3-none-any.whl

Download URL jupyter_theme_editor-0.4.2-py3-none-any.whl
Size 142.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
1347923d36f8650a5e04fe28dd45870e348cf79efca21b1ddc8bd45ef3e6c4cf
BLAKE2b-256 checksum
How to use checksums
96b5059bced5808016f2c600b8c5f2ce04b9fd0a169f5951e8e686305f527dbd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.3

Release history Release notifications | RSS feed

This release

0.4.2 This release

2 release files

0.4.1

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