-
-
Notifications
You must be signed in to change notification settings - Fork 1
%matplotlib inline interaction? #13
Comments
Hi, I made that reddit post linked to above, just clarifying that it doesn't seem to have anything to do with using `%matplotlib inline%, I've getting that behaviour in new, blank notebooks as well. So its probable the same as issue 17. I'm using Anaconda 2018.12, installed plotly_express using I'm testing this out in a new conda env with just pip installed and then doing it imports fine: import plotly_express as px
print(px.data.iris.__doc__)
iris = px.data.iris()``` prints out info and I get a iris data frame, but doing this:
fig = px.scatter(iris, x="sepal_width", y="sepal_length")
fig gives me a blank area the size of the plot. It seems to be in offline mode as After trying above, I installed all the jupyterlab widgets as listed here: but that didn't do anything either. |
OK, we'll take a look! which versions of Python and JupyterLab are you using? |
I've updated the README to note that the |
From https://www.reddit.com/r/Python/comments/b3doya/introducing_plotly_express/ej0p664/
The text was updated successfully, but these errors were encountered: