rapidsai / jupyterlab-nvdashboard

A JupyterLab extension for displaying dashboards of GPU usage.
BSD 3-Clause "New" or "Revised" License
598 stars 78 forks source link

The extension "jupyterlab-nvdashboard" does not yet support the current version of JupyterLab. #137

Closed marques576 closed 1 year ago

marques576 commented 2 years ago

Extension Installation Error An error occurred installing jupyterlab-nvdashboard.

Error message:

The extension "jupyterlab-nvdashboard" does not yet support the current version of JupyterLab.

image

samuel-vitorino commented 2 years ago

I have the same issue, any ETA to when it will be compatible?

Blondemonk commented 1 year ago

I got the same error when I tried to install both the pip and labextension packages on a Jupyter Lab v3 instance. Apparently for v3, you only need to install the pip package. So uninstall the packages with pip uninstall jupyterlab-nvdashboard (which uninstalls both) and then install only the pip package pip install jupyterlab-nvdashboard.