Skip to main content

Adds a Showcase Mode to Jupyter Lab

Project description

jupyterlab_toscmode

Github Actions Status Binder

jupyterlabtoscmode is a JupyterLab extension providing an additional command _Enable toscmode that allows to switch between the normal mode and a very lightweight showcase mode developed for the lectures of Tobias Schmidt.

In Toscmode, the following elements are hidden:

  • The menu panel (at the top of the screen)
  • The notebook panel (at the top of the notebook)
  • The cell toolbar (inside the currently selected cell)
  • Cells below the currently selected cell

The following elements are added:

  • A button to switch back to the normal mode (at the top left of the screen)
  • Buttons to navigate between cells (at the bottom right of the screen)

Requirements

  • JupyterLab >= 4.0.0

Install

To install the extension, execute:

pip install jupyterlab_toscmode

Uninstall

To remove the extension, execute:

pip uninstall jupyterlab_toscmode

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

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_toscmode within that folder.

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_toscmode-0.2.0.tar.gz (201.9 kB view details)

Uploaded Source

Built Distribution

jupyterlab_toscmode-0.2.0-py3-none-any.whl (20.0 kB view details)

Uploaded Python 3

File details

Details for the file jupyterlab_toscmode-0.2.0.tar.gz.

File metadata

  • Download URL: jupyterlab_toscmode-0.2.0.tar.gz
  • Upload date:
  • Size: 201.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for jupyterlab_toscmode-0.2.0.tar.gz
Algorithm Hash digest
SHA256 a82ef2fad9ecf235636a8513ab782f5469aadccd2431097916e1969a6d439da4
MD5 cf378c90e5f5ae04cbf509dbae99113f
BLAKE2b-256 bb29c6ffcfcac35e011697811b39c941a5b019535ab928b21dd73e4374924e9f

See more details on using hashes here.

File details

Details for the file jupyterlab_toscmode-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for jupyterlab_toscmode-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3515619d65b79b00061f6a17a709400527171a0ea721866e5ef6ea30c078835c
MD5 e52b00da49c34b46f9cd2e9da01d54cd
BLAKE2b-256 4cfc17d66123e04c67fa441169e094c3932eaf3ef4f421ab5d502e5666575179

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