-
-
Notifications
You must be signed in to change notification settings - Fork 547
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
Python: Port examples to offline #992
Comments
I'm on board. |
The Getting Started page should also be updated to be offline-first: https://plot.ly/python/getting-started/ as should the Cheat Sheet: https://images.plot.ly/plotly-documentation/images/python_cheat_sheet.pdf |
Jon, where are you noticing this misconception the most? Is it through forum posts, word of mouth, conferences, etc? To add to the discussion, I like the potential of switching the Beyond that I think there could be another approach to teaching the differences and the capabilities of offline plotting and whether or not an account is needed for What do you all think? |
Actually all of the above 🙂
cc @jackparmer |
This reminds me of a personal friend's worry as well. |
Setting constraints aside for a moment, here's where I would like to end up. In plotly/plotly.py#1098 I mention the idea of creating a generic Then, all of the general docs would use The widget specific docs would use The plot.ly specific docs would explicitly configure the backend to be And just to be clear: I'm not suggesting removing anything. People could keep using Over the next few weeks I hope to get a better idea of how much work would actually be involved in adding the notion of backends into the plotly.py codebase, but at this point I don't see why it would be very complicated. |
Pretty sure we knocked this one out of the park :) |
There is an ongoing misconception that plotly.py is not (fully) usable without a plot.ly account. As has been discussed before, the documentation is likely partially to blame for this misconception. For example, following along with the documentation for creating a pie chart does require an account (https://plot.ly/python/pie-charts/).
Proposal:
plotly.plotly.plot
,plotly.plotly.iplot
,get_figure
, etc.plotly.offline
orFigureWidget
rendering approaches.Thoughts? @jackparmer @chriddyp @cldougl @nicolaskruchten ?
The text was updated successfully, but these errors were encountered: