fastai / nbdev

Create delightful software with Jupyter Notebooks
https://nbdev.fast.ai/
Apache License 2.0
4.8k stars 484 forks source link

update `ipywidgets` > 8.0.4 #1398

Open jhgoebbert opened 4 months ago

jhgoebbert commented 4 months ago

Hello everyone,

I am wondering why nbdev limits the use of ipywidgets to versions <= 8.0.4 (from March 2023).

In the meantime ipywidgets has developed to version 8.1.2 ( https://github.com/jupyter-widgets/ipywidgets/releases ) Especially in version 8.0.7 support for JupyterLab 4 was added.

Best regards, Jens Henrik

zeyueN commented 2 months ago

Echoing this as well and found this PR which seems to be an issue for py3.7 only.

Could it be relaxed for other python versions with conditional requirements? i.e. with extras_require