This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Move to the jupyter-resource-usage repo #51
Comments
This was referenced Dec 21, 2020
Closed
The issue jupyter-server/jupyter-resource-usage#69 has been merged. Does it mean that jupyter-resource-usage is preferred over jupyterab-system-monitor now? |
Not yet. For now With this issue the idea would be to move the visual top bar indicator to Then when it's done users could do a single |
Closing as |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
The lab extensions provided in this repo should eventually be moved to https://github.com/jupyter-server/jupyter-resource-usage.
This will avoid having an external dependency on
nbresuse
/jupyter-resource-usage
.And using the new distribution system for federated / pre-built extensions in JupyterLab 3.0, it will be easier to have everything installed and working with a single
pip install jupyter-resource-usage
.There is on-going work to move the status bar item from core lab to
jupyter-resource-usage
: jupyter-server/jupyter-resource-usage#69Regarding the dependency on the topbar plugin, this could be made optional. With https://github.com/jtpio/jupyterlab-topbar staying as-is and providing the token. For example:
jupyterlab-topbar
is installed and theITopBar
token is available. If so, add the indicators to the topbar just like now.top
area instead withapp.shell(widget, 'top')
This way users will only get the functionality if they ask for it with
pip install jupyterlab-topbar
.The text was updated successfully, but these errors were encountered: