Skip to content

Separated "offline" and "online" setups #219

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

Merged
merged 2 commits into from
Jul 29, 2021
Merged

Conversation

jolinos
Copy link
Contributor

@jolinos jolinos commented Jul 29, 2021

One can now setup plotly for "offline" use by doing: plotlysetup_offline(plotly_bundle_url) where plotly_bundle_url defaults to http://cdn.plot.ly/plotly-latest.min.js. In the offline setup, one no longer has to do: getplotlyoffline(plotly_bundle_url) as it is taken care of in plotlysetup_offline.

To setup plotly for "online" use, one would do: plotlysetup_online('username', 'api_key') which works just as the former plotlysetup.

Copy link

@VolKa79 VolKa79 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works

@jackparmer jackparmer requested a review from xarico10 July 29, 2021 15:43
@jolinos
Copy link
Contributor Author

jolinos commented Jul 29, 2021

Works

Waiting for it to be merged.

@gilbertogalvis gilbertogalvis merged commit 6df124b into master Jul 29, 2021
@jolinos jolinos deleted the offline_mode branch July 30, 2021 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants