Skip to main content

A Voila extension

Project description

voila_topbar

Github Actions Status

vl3

voila_topbar is a Voila extension that adds a top bar to the dashboards and the tree page. The top bar can contain a logo, a title, a theme selector and a kernel status indicator.

To configure the top bar, you can use the voila.json file with the following content:

// voila.json
{
  "VoilaConfiguration": {
    "extension_config": {
      "voila_topbar": {
        "background": "red",
        "textColor": "blue",
        "title": "My title",
        "icon": "link-to-the-icon-file",
        "kernelActivity": true,
        "themeToggle": true
      }
    }
  }
}

Requirements

  • JupyterLab >= 4.0.0

Install

To install the extension, execute:

pip install voila_topbar

Uninstall

To remove the extension, execute:

pip uninstall voila_topbar

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

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

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

voila_topbar-0.1.1.tar.gz (169.5 kB view details)

Uploaded Source

Built Distribution

voila_topbar-0.1.1-py3-none-any.whl (733.1 kB view details)

Uploaded Python 3

File details

Details for the file voila_topbar-0.1.1.tar.gz.

File metadata

  • Download URL: voila_topbar-0.1.1.tar.gz
  • Upload date:
  • Size: 169.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for voila_topbar-0.1.1.tar.gz
Algorithm Hash digest
SHA256 aa27a68a5926e8da5450863b0274e5ff4157e0be84e193d632409c64f25a7826
MD5 de072e6aaa7719cf2db39dd6e6a6be5b
BLAKE2b-256 c6f99c78af274ad7a59c4435634e1ccdba16bc011d334df21bd66bcff1df95d6

See more details on using hashes here.

File details

Details for the file voila_topbar-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: voila_topbar-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 733.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for voila_topbar-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 300921808bc68136260511d2b61323c5f3d26a039fc04377bca03381bd414e70
MD5 5bdd089b3e207531bc17c016679ede57
BLAKE2b-256 c4e04b544058c300cb4c5d6806e1a24d9b8c67d0fde54d756e3fe166a809403d

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