-
Notifications
You must be signed in to change notification settings - Fork 47
Andrew/372 check paths #382
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
Conversation
src/py/kaleido/_page_generator.py
Outdated
force_cdn: (default False) Don't use plotly import, use CDN | ||
plotly: The url to the plotly.js to use. Defaults to plotly.js | ||
present in plotly.py, if installed. Otherwise fallback to | ||
global constant. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you edit this docstring to describe where to find these global constants? to help someone who might be trying to debug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(not highest priority just trying to think about how to make these docstrings slightly less opaque)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comments otherwise looks good
Co-authored-by: Emily KL <[email protected]>
Co-authored-by: Emily KL <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My comments have been addressed! LGTM 🚀
solves #372