Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update for ipywidgets 8 compatibility #376

Open
qci-amos opened this issue Aug 19, 2022 · 1 comment
Open

update for ipywidgets 8 compatibility #376

qci-amos opened this issue Aug 19, 2022 · 1 comment

Comments

@qci-amos
Copy link

according to jupyter-widgets/ipywidgets#3031

this line should have its parenthesis removed:

@widgets.register()

This is broken now with ipywidgets version 8.0 released yesterday

@qci-amos qci-amos changed the title update for ipywidgets compatibility update for ipywidgets 8 compatibility Aug 19, 2022
@craustin
Copy link

craustin commented Aug 19, 2022

We also see this error when creating a conda env w/ qgrid=1.3.1 and the latest jupyter libraries:

ERROR conda.core.link:_execute(730): An error occurred while installing package 'conda-forge::qgrid-1.3.1-pyhd8ed1ab_3'.
Rolling back transaction: ...working... done

LinkError: post-link script failed for package conda-forge::qgrid-1.3.1-pyhd8ed1ab_3
location of failed script: /home/caustin/miniconda3/envs/test/bin/.qgrid-post-link.sh
==> script messages <==
<None>
==> script output <==
stdout:
stderr:
return code: 1

Pinning ipywidgets<8.0.0 fixes the above, if anyone wants to work-around this.

For reference, the failing .qgrid-post-link.sh script looks like this:
"${PREFIX}/bin/jupyter-nbextension" enable qgrid --py --sys-prefix

bmwiedemann pushed a commit to bmwiedemann/openSUSE that referenced this issue Aug 29, 2022
cpsievert added a commit to cpsievert/qgrid that referenced this issue Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants