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

[Jupyter Notebook] cannot display #506

Open
zkGaia opened this issue Apr 20, 2024 · 2 comments
Open

[Jupyter Notebook] cannot display #506

zkGaia opened this issue Apr 20, 2024 · 2 comments

Comments

@zkGaia
Copy link

zkGaia commented Apr 20, 2024

I was trying to upgrade ipydatagrid: 1.2.0 -> 1.3.0, but the table cannot be displayed anymore. And the errors:

Screenshot 2024-04-19 193238

I have checked that some other packages have similar problems (e.g. Issue1, Issue2). Their solution is to downgrade ipywidgets or need to make more adaptations to the package. I suspect that the problem is similar.

Also tried but doesn't work:

  • upgrade ipywidgets: 8.0.6 -> 8.1.2
  • upgrade jupyterlab-widgets: 3.0.7 -> 3.0.10

Environment:

python==3.8
jupyter-core==5.2.0
jupyter-server==1.13.5
jupyterlab-widgets==3.0.7
ipywidgets==8.0.6
@martinRenou
Copy link
Member

Can you run jupyter labextension list? Also what's your Jupyter Notebook version?

@zkGaia
Copy link
Author

zkGaia commented Apr 29, 2024

Sorry for replying late. I run it in jupyter notebook, so here is the result of jupyter nbextension list:

Known nbextensions:
  config dir: /home/xxxxxxx/.local/etc/jupyter/nbconfig
    notebook section
      bqplot/extension  enabled 
      - Validating: OK
      ipydatagrid/extension  enabled 
      - Validating: OK
      nbextensions_configurator/config_menu/main  enabled 
      - Validating: problems found:
        - require?  X nbextensions_configurator/config_menu/main
      jupyter_resource_usage/main  enabled 
      - Validating: OK
      jupyter-js-widgets/extension  enabled 
      - Validating: OK
    tree section
      nbextensions_configurator/tree_tab/main  enabled 
      - Validating: problems found:
        - require?  X nbextensions_configurator/tree_tab/main
  config dir: /usr/etc/jupyter/nbconfig
    notebook section
      appmode/main  enabled 
      - Validating: OK
      ipydatagrid/extension  enabled 
      - Validating: OK
  config dir: /usr/local/etc/jupyter/nbconfig
    notebook section
      bqplot/extension  enabled 
      - Validating: OK
      ipydatagrid/extension  enabled 
      - Validating: OK
      nbextensions_configurator/config_menu/main  enabled 
      - Validating: problems found:
        - require?  X nbextensions_configurator/config_menu/main
      jupyter_resource_usage/main  enabled 
      - Validating: OK
      jupyter-js-widgets/extension  enabled 
      - Validating: OK
    tree section
      nbextensions_configurator/tree_tab/main  enabled 
      - Validating: problems found:
        - require?  X nbextensions_configurator/tree_tab/main

And notebook version is 6.5.5

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