plotly / plotly.py

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
https://plotly.com/python/
MIT License
16.01k stars 2.53k forks source link

Installation requirements are not sufficiently detailed: jupyterlab-widgets version is critical #3907

Open stephantamminga opened 1 year ago

stephantamminga commented 1 year ago

Even following the minimum installation instructions (JupyterLab > 3, ipywidgets > 7), a Vbox with

only shows a radiobutton. Apparently Jupyterlab-widgets is installed automatically in a higher version than allowed. Jupyterlab-widgets 3.0.3 does not work Jupyterlab-widgets 1.1.0 properly shows all components in the Vbox as intended. So somewhere along the line it lost compatibility.

trungn1 commented 1 year ago

@stephantamminga I am running into a similar issue, did you ever resolve this?

stephantamminga commented 1 year ago

@stephantamminga I am running into a similar issue, did you ever resolve this?

I'm still running 1.1.0 in my environments to make sure it works.