0.6.0
Changes
- The
0.6.0
releases are compatible with JupyterLab 3.0: https://github.com/jtpio/jupyterlab-topbar/pull/50 - Package the
jupyterlab-topbar-extension
so it can be distributed on PyPI: https://github.com/jtpio/jupyterlab-topbar/pull/53
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