widgetti / ipyvue

Jupyter widgets base for Vue libraries
MIT License
68 stars 18 forks source link

feat: support for ipywidgets 8 #55

Closed mariobuikhuizen closed 1 year ago

maartenbreddels commented 1 year ago

I'd say we use '*' since we will likely support all jupyterlab versions where possible, and will patch if needed.

maartenbreddels commented 1 year ago

Jupyter lab seems to just work, but give a warning "remoteEntry.1e7dc576aad2c0947588.js:1 Unsatisfied version 6.0.2 of shared singleton module @jupyter-widgets/base (required ^1 || ^2 || ^3 || ^4)" In any case, to get rid of the warning, we could change to "*" for the version number.