kirbs- / hide_code

Code, prompt and output hiding for Jupyter/IPython notebooks.
MIT License
371 stars 44 forks source link

Jupyter Lab 3.0 not supported #95

Open Circlebit opened 3 years ago

Circlebit commented 3 years ago

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
kirbs- commented 3 years ago

Wasn't aware JL 3 was released. Thanks for reporting. Of course they changed how lab extensions are built again :(

joofio commented 3 years ago

Would love to have this feature in Jlab 3. If you help testing or something please let me know.

mathbunnyru commented 3 years ago

@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 .

joaquinvanschoren commented 8 months ago

+1 :)