|
@@ -13,8 +13,6 @@ Distributed under the terms of the Modified BSD License.
|
|
|
{% if mathjax_url %}
|
|
|
<script type="text/javascript" src="{{mathjax_url}}?config={{mathjax_config}}&delayStartupUntil=configured" charset="utf-8"></script>
|
|
|
{% endif %}
|
|
|
- <script src="{{static_url("components/jquery/jquery.min.js") }}" type="text/javascript" charset="utf-8"></script> <!-- window.$ -->
|
|
|
- <script src="{{static_url("components/jquery-ui/ui/minified/jquery-ui.min.js") }}" type="text/javascript" charset="utf-8"></script> <!-- extends window.$ -->
|
|
|
<link href="{{static_prefix}}/vendor.css" rel="stylesheet">
|
|
|
<link href="{{static_prefix}}/jupyterlab.css" rel="stylesheet">
|
|
|
</head>
|