File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 50
50
< script src ="https://cdn.plot.ly/plotly-{{site.data.jsversion.version}}.min.js "> </ script >
51
51
{% endif %} {% if page.language == "julia" or page.language == "matlab" or
52
52
page.language == "ggplot2" %}
53
- < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.2/require.js "> </ script >
54
- < script type ="text/javascript ">
55
- if ( typeof require !== "undefined" ) {
56
- require . undef ( "plotly" ) ;
57
- requirejs . config ( {
58
- paths : {
59
- plotly : [
60
- "https://cdn.plot.ly/plotly-{{site.data.jsversion.version}}.min" ,
61
- ] ,
62
- } ,
63
- } ) ;
64
- require ( [ "plotly" ] , function ( Plotly ) {
65
- window . _Plotly = Plotly ;
66
- } ) ;
67
- }
68
-
69
- </ script >
70
53
{% endif %} {% endif %}
71
54
<!--
72
55
//// Stylesheets
You can’t perform that action at this time.
0 commit comments