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

qgrid incompatible with ipywidgets==8.0.0a6 due to decorator usage #367

Closed
shadiakiki1986 opened this issue Oct 8, 2021 · 1 comment
Closed

Comments

@shadiakiki1986
Copy link

Environment

  • Operating System: ubuntu 20.04
  • Python Version: $ python --version: 3.9
  • How did you install Qgrid: pip
  • Python packages: $ pip freeze or $ conda list (please include qgrid, notebook, and jupyterlab versions)

qgrid: 1.3.1, ipywidgets 8.0.0a6

  • Jupyter lab packages (if applicable): $ jupyter labextension list

N/A

Description of Issue

  • What did you expect to happen?

import qgrid to work

  • What happened instead?

import qgrid threw an error in qgrid/grid.py line 524

@widgets.register() <--- register() missing 1 required positional argument: 'widget'

Reproduction Steps

  1. pip3 install ipywidgets==8.0.0a6
  2. pip3 install qgrid
  3. import qgrid in python 3.9
    ...

What steps have you taken to resolve this already?

None

Anything else?

No

@shadiakiki1986
Copy link
Author

Solved by #331

@shadiakiki1986 shadiakiki1986 changed the title qgrid incompatible with breaking changes from ipywidgets==8.0.0a6 qgrid incompatible with ipywidgets==8.0.0a6 due to decorator usage Oct 9, 2021
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

1 participant