@@ -3534,12 +3534,6 @@ def to_html(self, *args, **kwargs):
3534
3534
plotly.min.js bundle that is assumed to reside in the same
3535
3535
directory as the HTML file.
3536
3536
3537
- If 'require', Plotly.js is loaded using require.js. This option
3538
- assumes that require.js is globally available and that it has been
3539
- globally configured to know how to find Plotly.js as 'plotly'.
3540
- This option is not advised when full_html=True as it will result
3541
- in a non-functional html file.
3542
-
3543
3537
If a string that ends in '.js', a script tag is included that
3544
3538
references the specified path. This approach can be used to point
3545
3539
the resulting HTML file to an alternative CDN or local bundle.
@@ -3643,12 +3637,6 @@ def write_html(self, *args, **kwargs):
3643
3637
directory because the plotly.js source code will be included only
3644
3638
once per output directory, rather than once per output file.
3645
3639
3646
- If 'require', Plotly.js is loaded using require.js. This option
3647
- assumes that require.js is globally available and that it has been
3648
- globally configured to know how to find Plotly.js as 'plotly'.
3649
- This option is not advised when full_html=True as it will result
3650
- in a non-functional html file.
3651
-
3652
3640
If a string that ends in '.js', a script tag is included that
3653
3641
references the specified path. This approach can be used to point
3654
3642
the resulting HTML file to an alternative CDN or local bundle.
0 commit comments