Skip to main content

A JupyterLab extension that mimics jupyter-book chapter navigation on an un-built, cloned jupyter book in JupyterLab.

Project description

jupyterlab_jupyterbook_navigation

Github Actions StatusBinder

A JupyterLab server extension that provides Jupyter-Book navigation via a sidepanel widget holding a Jupyter-Book table of contents.

[!WARNING] This package is currently in a pre-alpha stage:

  1. Expect Significant Changes: Features, functionality, and the overall design may change significantly in future updates.
  2. Limited Functionality and Correctness: There are no guarantees of full functionality or correctness.
  3. Use at Your Own Risk: Given its early stage of development, users should exercise caution when integrating this package into critical systems.

https://github.com/ASFOpenSARlab/jupyterlab-jupyterbook-navigation/assets/37909088/3aa48f43-dfeb-466d-8f33-afc10f333f50

This extension is composed of a Python package named jupyterlab_jupyterbook_navigation for the server extension and a NPM package named jupyterlab-jupyterbook-navigation for the frontend extension.

Requirements

  • JupyterLab >= 4.0.0

Install

To install the extension, execute:

pip install jupyterlab_jupyterbook_navigation

Uninstall

To remove the extension, execute:

pip uninstall jupyterlab_jupyterbook_navigation

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_jupyterbook_navigation 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 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

pip uninstall jupyterlab_jupyterbook_navigation

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 jupyterlab-jupyterbook-navigation within that folder.

Testing the extension

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

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

jupyterlab_jupyterbook_navigation-0.2.1.tar.gz (162.8 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file jupyterlab_jupyterbook_navigation-0.2.1.tar.gz.

File metadata

File hashes

Hashes for jupyterlab_jupyterbook_navigation-0.2.1.tar.gz
Algorithm Hash digest
SHA256 a299428b8dead14130c781f108a4b556aa20efffa334a91648f5d78c80e44df6
MD5 62cfd7b591a473d8bdd21e9f00d2eb23
BLAKE2b-256 3a09bc311cdb2d5a2ddf23d7f22f63fc40a564e5308eac8032d76b6cb44242d4

See more details on using hashes here.

File details

Details for the file jupyterlab_jupyterbook_navigation-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for jupyterlab_jupyterbook_navigation-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8e7b40be7b82f5d9179690c32eb8f86aa5f9f7f38683365e2f64fdb8380fc69e
MD5 844303613578adff1ae98cb01ac3f23f
BLAKE2b-256 e5b97fab452bac4fc75ced4a782dcdbf44c1fbabb8d24176773cd12ec1ef258f

See more details on using hashes here.

Supported by

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