|
|
|
|
@ -13,12 +13,18 @@ window.mathjax_url = "{{mathjax_url}}";
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="{{ static_url("components/codemirror/lib/codemirror.css") }}">
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="{{ static_url("css/celltoolbar.css") }}" type="text/css" />
|
|
|
|
|
|
|
|
|
|
{{super()}}
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block lesscss %}
|
|
|
|
|
{% if use_less %}
|
|
|
|
|
<link rel="stylesheet/less" href="{{ static_url("ipython/notebooks/less/style.less") }}" type="text/css" />
|
|
|
|
|
{% else %}
|
|
|
|
|
<link rel="stylesheet" href="{{ static_url("ipython/notebooks/css/style.min.css") }}" type="text/css"/>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% endblock lesscss%}
|
|
|
|
|
|
|
|
|
|
{% block params %}
|
|
|
|
|
|
|
|
|
|
data-project={{project}}
|
|
|
|
|
@ -196,7 +202,7 @@ class="notebook_app"
|
|
|
|
|
<script src="{{ static_url("components/codemirror/addon/mode/loadmode.js") }}" charset="utf-8"></script>
|
|
|
|
|
<script src="{{ static_url("components/codemirror/addon/mode/multiplex.js") }}" charset="utf-8"></script>
|
|
|
|
|
<script src="{{ static_url("components/codemirror/addon/mode/overlay.js") }}" charset="utf-8"></script>
|
|
|
|
|
<script src="{{ static_url("js/codemirror-ipython.js") }}" charset="utf-8"></script>
|
|
|
|
|
<script src="{{ static_url("ipython/notebooks/js/codemirror-ipython.js") }}" charset="utf-8"></script>
|
|
|
|
|
<script src="{{ static_url("components/codemirror/mode/htmlmixed/htmlmixed.js") }}" charset="utf-8"></script>
|
|
|
|
|
<script src="{{ static_url("components/codemirror/mode/xml/xml.js") }}" charset="utf-8"></script>
|
|
|
|
|
<script src="{{ static_url("components/codemirror/mode/javascript/javascript.js") }}" charset="utf-8"></script>
|
|
|
|
|
@ -210,8 +216,8 @@ class="notebook_app"
|
|
|
|
|
|
|
|
|
|
<script src="{{ static_url("dateformat/date.format.js") }}" charset="utf-8"></script>
|
|
|
|
|
|
|
|
|
|
<script src="{{ static_url("js/events.js") }}" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
<script src="{{ static_url("js/utils.js") }}" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
<script src="{{ static_url("ipython/base/js/events.js") }}" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
<script src="{{ static_url("ipython/base/js/utils.js") }}" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
<script src="{{ static_url("js/layoutmanager.js") }}" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
<script src="{{ static_url("js/mathjaxutils.js") }}" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
<script src="{{ static_url("js/outputarea.js") }}" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
|