-
Notifications
You must be signed in to change notification settings - Fork 64
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
Added **kwargs
to upload()
and File.as_html()
methods
#1881
Conversation
…ile.as_html() methods
kwargs
to upload() and File.as_html() methods**kwargs
to upload()
and File.as_html()
methods
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev/1.x #1881 +/- ##
===========================================
- Coverage 81.23% 75.59% -5.64%
===========================================
Files 303 303
Lines 15382 15364 -18
===========================================
- Hits 12495 11614 -881
- Misses 2887 3750 +863
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@kgodlewski - lets wait for @normandy7 to review as there are user-facing changes |
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.
Ack
Before submitting checklist
This change lets you pass
include_plotlyjs
as a keyword-only argument toupload()
andas_html()
methods.The default
True
value retains current behaviour, while passing"cdn"
reduces the size of the uploaded HTML file by ~3MB, but requires an internet connection.Closes (#1870)