-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Graph Objs has no attribute FigureWidget #1630
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
Comments
Hi @pedroallenrevez , Can you doublecheck that you have |
@jonmmease Installing ipywidgets worked for me. Thanks for commenting. Saved me hours. |
I just ran into this issue and it took finding a previously closed issue on GitHub to diagnose this problem. It would be great to make this very simple fix more discoverable. Perhaps an attempt to access the |
Hello guys ! This is serious and must be fixed. I have spent countless hours on it and tried everything: **>>> import plotly.graph_objects as go
|
I believe this issue was resolved in the latest versions of Plotly.py ... @jayanti-prasad can you tell me which version of |
No I got the error as well, using current version. Before and after installing ipywidgets. |
This is a serious bug and has to do with the way the plotly project was developed, which is very unpythonic ! I still do not understand why to have two ways (plotly.express and plotly.graph_objects) to do the same things. I still could not find how to create pi plots for my dashboard here http://covid19db.pythonanywhere.com/ although I can do everything on my local machine. |
If you're still seeing this issue, please help us help you by providing the following information about your environment:
|
For me the issue is resolved. I cleaned the older version of plotly and everything worked. My suggestion is to make sure that you are using plotly 4.10.0 or higher. =====
By the way I am using it for this dashboard |
Could please someone indicate how to get rid off this error ? The previous user says " I cleaned the older version of plotly and everything worked. My suggestion is to make sure that you are using plotly 4.10.0 or higher" . Which are the steps to make what he say ? I tried and finally I was tarped by the syste What is the way to clean the previous version and reinstall the new one ? And why PythonAnywhere does not automatically load the latest version of this library ? thanks |
note: I assume that your pip is identified with pip3 & python is > 3.6 |
The above does not work.
plotly 4.2.1 So version is not the right one .2. giving the command indicated it does not work: same with pip3
However, I still continue to not understand why the latest version pf pltply is not included by default in the system/ Thanks |
This is what I obtain after running tests on a Gitlab CI server.
Even though the tests run just fine locally.
Plotly versions are 3.5.0 both locally and on the server.
I tried importing plotly on an interactive ipython shell (no notebook) and the module does have FigureWidget.
Can't provide a reproducible example for gitlab CI server, so any clues on this?
The text was updated successfully, but these errors were encountered: