hide_code
hide_code copied to clipboard
Jupyter Lab 3.0 not supported
Installing hide-code via Extension Manager in Jupyter Lab 3.0.1 produced this error:
The extension "@kirbs/hide_code" does not yet support the current version of JupyterLab.
Conflicting Dependencies:
JupyterLab Extension Package
>=3.0.0 <3.1.0 >=2.2.5 <3.0.0 @jupyterlab/application
>=3.0.0 <3.1.0 >=2.2.5 <3.0.0 @jupyterlab/apputils
>=5.0.0 <5.1.0 >=4.0.0 <5.0.0 @jupyterlab/coreutils
>=3.0.0 <3.1.0 >=2.2.6 <3.0.0 @jupyterlab/notebook
>=6.0.0 <6.1.0 >=5.0.0 <6.0.0 @jupyterlab/services
Wasn't aware JL 3 was released. Thanks for reporting. Of course they changed how lab extensions are built again :(
Would love to have this feature in Jlab 3. If you help testing or something please let me know.
@kirbs- may I ask you to update the extension?
I don't have the experience with extensions, but maybe this will be enough or almost enough?
https://jupyterlab.readthedocs.io/en/stable/extension/extension_migration.html
python -m jupyterlab.upgrade_extension .
+1 :)