Skip to content

0.6.0

Compare
Choose a tag to compare
@jtpio jtpio released this 23 Nov 15:12
· 55 commits to main since this release
9c95656

Changes

The base extension that provides the top bar interface is available on PyPI: https://pypi.org/project/jupyterlab-topbar/

It can be installed via pip:

pip install jupyterlab-topbar

This will make it easier to distribute other lab extensions that depend on jupyterlab-topbar using the new federated extension system added in JupyterLab 3.0. For example: https://github.com/jtpio/jupyterlab-system-monitor

Note: this is for JupyterLab 3.0 only. Also the jupyterlab-topbar-text still has to be installed with the jupyter labextension install jupyterlab-topbar-text command for now