Skip to main content

Frontend Jupyter Lab extension providing Jupyter Book Table of Contents in Jupyter Lab

Project description

jb-toc-frontend

A JupyterLab frontend extension that provides Jupyter Book navigation in a sidepanel widget with a Jupyter Book table of contents.

Requirements

  • JupyterLab >= 4.0.0 < 5

Install

Note: If you have a Jupyter server, for a performance boost, you should install the server extension, which automatically installs the frontend extension as well.

To install jb-toc-frontend, execute:

python -m pip install jb-toc-frontend

Uninstall

To remove the jb-toc-frontend extension, execute:

python -m pip uninstall jb-toc-frontend

Contributing

Development install

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

# Clone the repo to your local environment
# Change directory to the jb-toc directory
# Install package in development mode
python -m pip install -e ./jb_toc_frontend
# Rebuild `jb_toc_frontend` Typescript source after making changes
jlpm --cwd ./jb_toc_frontend 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 --cwd ./jb_toc_frontend 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

python -m pip uninstall jb-toc-frontend

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 jb-toc-frontend within that folder.

Testing the extension

Frontend tests

This extension is using Jest for JavaScript code testing.

To execute them, execute:

jlpm --cwd ./jb_toc_frontend
jlpm --cwd ./jb_toc_frontend 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jb_toc_frontend-2.0.1.tar.gz (176.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jb_toc_frontend-2.0.1-py3-none-any.whl (44.7 kB view details)

Uploaded Python 3

File details

Details for the file jb_toc_frontend-2.0.1.tar.gz.

File metadata

  • Download URL: jb_toc_frontend-2.0.1.tar.gz
  • Upload date:
  • Size: 176.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for jb_toc_frontend-2.0.1.tar.gz
Algorithm Hash digest
SHA256 72f5687312bd971ca3187b9a887e863760df521bfff725553429e0220083791f
MD5 e724747d3e5401dd998a2db2ea0aab37
BLAKE2b-256 25b6594f9d76edac0a3a5bc8a661a62712ec12b83776a6b8a14f70e3be1a29df

See more details on using hashes here.

File details

Details for the file jb_toc_frontend-2.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for jb_toc_frontend-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 54660a25e3c8151327a598cc1926d3142ccbdf90e2b9659b3ffa7f33fb6df990
MD5 b98b6169c2ce4627273ef6c388f09a28
BLAKE2b-256 4ef33803e7daff1ff25987835c439dc66a9ef1c7936cb302432975edbceb6d51

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page