Skip to content

Releases: jupyterlab-contrib/jupyterlab-topbar

v1.0.0

21 Feb 15:39
Compare
Choose a tag to compare

1.0.0

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Documentation improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@dependabot | @jtpio | @mahendrapaipuri

0.6.1

04 Feb 21:12
Compare
Choose a tag to compare

Changes

  • Add lerna.json to MANIFEST #56
  • Update to JupyterLab 3.0 final #57
  • Use jupyter-packaging skip_if_exists #58

0.6.0

23 Nov 15:12
9c95656
Compare
Choose a tag to compare

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