Skip to content
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

Support providing extra flags to start() and restart() #9

Merged
merged 2 commits into from
Aug 15, 2023

Conversation

disberd
Copy link
Member

@disberd disberd commented Aug 11, 2023

Initial attempt at fixing #7 by providing a way to give extra flags for the kaleido process.
Fixes #7

This would allow passing explicitly the URL of the desired plotly version using kwargs.

I based the flags parsing code on the original python code inside the Kaleido library here:

https://github.com/plotly/Kaleido/blob/3b590b563385567f257db8ff27adae1adf77821f/repos/kaleido/py/kaleido/scopes/base.py#L116-L141

I also added a small sleep inside the restart() function due to the issue presented in #8

@BeastyBlacksmith BeastyBlacksmith merged commit 6a164e5 into JuliaPlots:main Aug 15, 2023
4 checks passed
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.

How to specify plotly version
2 participants