ipyvuetify icon indicating copy to clipboard operation
ipyvuetify copied to clipboard

JupyterLab v4 support

Open melanopsis opened this issue 1 year ago • 6 comments

Greetings,

Any plans to support JupyterLab v4?

Thanks!

melanopsis avatar Jan 03 '24 20:01 melanopsis

Hi @melanopsis, what makes you think it is not?

Alexboiboi avatar Jan 07 '24 13:01 Alexboiboi

Hi, it's primarily this. Because of the JLab3 requirement, JLab4 complains that the extension is outdated.

image image

melanopsis avatar Jan 09 '24 01:01 melanopsis

Is there a resolution for this?? I'm on jupyterlab 4.1.2, and the jupyter-vuetify v1.9.4 is listed as outdated, just as above.

satyaloka93 avatar Jul 29 '24 16:07 satyaloka93

For what it's worth, JupyterLab v3 has reached "end of maintenance" as of 2.5 months ago (May 15, 2024): https://blog.jupyter.org/jupyterlab-3-end-of-maintenance-879778927db2

So ideally ipyvuetify would be updated to have explicit support for the currently-maintained version of JupyterLab, which is v4.

Right now, as mentioned above, ipyvuetify is reported as incompatible:

❯ jupyter labextension list --verbose

JupyterLab v4.2.4
/path/to/env/share/jupyter/labextensions
        jupyter-vuetify v1.9.4 enabled  X

   The following extensions may be outdated or specify dependencies that are incompatible with the current version of jupyterlab:
        jupyter-vuetify

   If you are a user, check if an update is available for these packages.
   See below for the details.


"[email protected]" is not compatible with the current JupyterLab
Conflicting Dependencies:
JupyterLab           Extension      Package
>=4.3.4 <4.4.0       >=2.0.0 <3.0.0||>=3.0.0 <4.0.0@jupyterlab/apputils

This also affects downstream packages like Solara, which list ipyvuetify as a dependency.

sjdemartini avatar Jul 30 '24 20:07 sjdemartini

Thanks for reporting!, fixed in v1.10.0

mariobuikhuizen avatar Jul 31 '24 15:07 mariobuikhuizen

Note that ipyvuetify did work, and we always supported jupyter lab 4.

If ipyvuetify wasn't working in jupyterlab 4, that must have been for other reasons. Older versions of ipyvuetify should be compatible with jupyterlab 4.

maartenbreddels avatar Jul 31 '24 15:07 maartenbreddels