IBM / jupyterlab-s3-browser

A JupyterLab extension for browsing S3-compatible object storage
Apache License 2.0
122 stars 41 forks source link

correct sidebar-icon position #76

Closed jhgoebbert closed 2 years ago

jhgoebbert commented 2 years ago

Following the recommendations for rank from the documentation here https://jupyterlab.readthedocs.io/en/stable/extension/extension_points.html#left-right-areas

0-500: reserved for first-party JupyterLab extensions.
501-899: reserved for third-party extensions.
900: The default rank if none is specified.
1000: The JupyterLab extension manager.

rank will be set to 501 by this PR Issue: https://github.com/IBM/jupyterlab-s3-browser/issues/74

reevejd commented 2 years ago

Failing CI is unrelated