You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
When I tried to install this jupyter labextension install jupyterlab-cpustatus, it showed the following error:
ValueError: The extension "jupyterlab-cpustatus" does not yet support the current version of JupyterLab.
Conflicting Dependencies:
JupyterLab Extension Package
>=2.0.2 <2.1.0 >=1.0.0 <2.0.0 @jupyterlab/application
See the log file for details: /tmp/jupyterlab-debug-u7chx0l6.log
Will it work with 2.0.2 of jupyter?
The text was updated successfully, but these errors were encountered:
It probably won't work with JupyterLab 2.0 and above (to be honest I wasn't even aware that they had released a 2.0 version already!). At least it had not been designed to do so.
I imagine the compatibility changes required are minor since this is a fairly light extension, but I haven't looked into it enough to know for sure.
When I tried to install this
jupyter labextension install jupyterlab-cpustatus
, it showed the following error:Will it work with 2.0.2 of jupyter?
The text was updated successfully, but these errors were encountered: