-
Notifications
You must be signed in to change notification settings - Fork 107
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
module 'plotly' has no attribute 'plotly' #17
Comments
Hi,I encounter the same question as you.So did you have solve that yet? |
one option is to use an older version of plotly. another is to use matplotlib
|
Do you know which version is ok to use? |
Any update on this? |
m.plot works with matplotlib, however, m.plot(plot_density=True) doesn't, and plotly still throws the same error. |
I'm having the same problem with the notebook GPy/basic_gp.ipynb, it's 7 years old so I guess plotly changed. It's working fine with matplot but plotly is more versatile... |
Hello, I'm trying to run basic_gp, but when I run
it returns
also when I type
returns
What should I do?
The text was updated successfully, but these errors were encountered: