hn • r/hackernews
Comment on: Introducing plotly.py 3.0.0
3.0.0 introduces a new Jupyter widget class: plotly.graph_objs.FigureWidgetFor me, it doesn't. Every time I am tempted to use plotly I find it is either not working well with jupyter offline environments (a must for the data I am working with) or random bits an pieces from some official tutorial don't work.Right now I have tried to follow the simple example that claims Jupyter. plotly.offline.init_notebook_mode and plotly.offline.iplot are no longer necessary -- which would be amazing. But when I try this, confirming I am indeed using plotly 3.0, plotly.graph_objs
has no FigureWidget
Mayb