We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e3cc0 commit 054383bCopy full SHA for 054383b
_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