8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b77580 + 054383b commit a52862fCopy full SHA for a52862f
_includes/layouts/head.html
@@ -50,23 +50,6 @@
50
<script src="https://cdn.plot.ly/plotly-{{site.data.jsversion.version}}.min.js"></script>
51
{% endif %} {% if page.language == "julia" or page.language == "matlab" or
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
{% endif %} {% endif %}
71
<!--
72
//// Stylesheets
0 commit comments