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

error installing jupyter labextension for ipywidgets #197

Closed
djinnome opened this issue Feb 26, 2021 · 2 comments
Closed

error installing jupyter labextension for ipywidgets #197

djinnome opened this issue Feb 26, 2021 · 2 comments

Comments

@djinnome
Copy link

djinnome commented Feb 26, 2021

Describe the bug
Installation of ipywidgets jupyter labextension fails.

To Reproduce
Steps to reproduce the behavior:

  1. $ pip install ipywidgets
  2. $ jupyter labextension install @jupyter-widgets/jupyterlab-manager ipydatagrid
  3. The following error occurred:
An error occured.
ValueError: "ipydatagrid" is not a valid npm package
See the log file for details:  /var/folders/z1/nhct2gps3y94tkbwqvvd7y_jw6p1l8/T/jupyterlab-debug-dse9w2rn.log

Expected behavior
I expected the installation to succeed without error messages

Screenshots
jupyterlab-debug-dse9w2rn.log

Environment (please complete the following information):

  • Operating System and Version: Mac OS X 10.14.6
  • Python version: 3.8.5 (anaconda3-2020.11)
  • Jupyter version: $ jupyter --version
jupyter core     : 4.6.3
jupyter-notebook : 6.1.4
qtconsole        : 4.7.7
ipython          : 7.19.0
ipykernel        : 5.4.3
jupyter client   : 6.1.7
jupyter lab      : 2.2.6
nbconvert        : 6.0.7
ipywidgets       : 7.6.3
nbformat         : 5.0.8
traitlets        : 5.0.5

Additional context
Please advise

@mbektas
Copy link
Contributor

mbektas commented Feb 26, 2021

@djinnome ipydatagrid is compatible with JupyterLab 3. Please follow the instructions in https://github.com/bloomberg/ipydatagrid#installation as well.

@ibdafna
Copy link
Contributor

ibdafna commented Feb 26, 2021

@djinnome Apologies - the instructions published initially were outdated. pip install ipydatagrid should be enough when using JupyterLab 3. It is important to note we only support JupyterLab3 for now!

@ibdafna ibdafna closed this as completed Feb 26, 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

3 participants