Show More
@@ -11,7 +11,7 b'' | |||||
11 | window.mathjax_url = "{{mathjax_url}}"; |
|
11 | window.mathjax_url = "{{mathjax_url}}"; | |
12 | </script> |
|
12 | </script> | |
13 |
|
13 | |||
14 |
<link rel="stylesheet" href="{{ static_url("components/codemirror/lib/ |
|
14 | <link rel="stylesheet" href="{{ static_url("components/codemirror/lib/codemirror.css") }}"> | |
15 | <link rel="stylesheet" href="{{ static_url("css/codemirror-ipython.css") }}"> |
|
15 | <link rel="stylesheet" href="{{ static_url("css/codemirror-ipython.css") }}"> | |
16 |
|
16 | |||
17 | <link rel="stylesheet" href="{{ static_url("prettify/prettify.css") }}"/> |
|
17 | <link rel="stylesheet" href="{{ static_url("prettify/prettify.css") }}"/> | |
@@ -184,9 +184,9 b' class="notebook_app"' | |||||
184 |
|
184 | |||
185 | {{super()}} |
|
185 | {{super()}} | |
186 |
|
186 | |||
187 |
<script src="{{ static_url("components/codemirror/lib |
|
187 | <script src="{{ static_url("components/codemirror/lib/codemirror.js") }}" charset="utf-8"></script> | |
188 |
<script src="{{ static_url("components/codemirror/ |
|
188 | <script src="{{ static_url("components/codemirror/addon/mode/loadmode.js") }}" charset="utf-8"></script> | |
189 |
<script src="{{ static_url("components/codemirror/ |
|
189 | <script src="{{ static_url("components/codemirror/addon/mode/multiplex.js") }}" charset="utf-8"></script> | |
190 | <script src="{{ static_url("js/codemirror-ipython.js") }}" charset="utf-8"></script> |
|
190 | <script src="{{ static_url("js/codemirror-ipython.js") }}" charset="utf-8"></script> | |
191 | <script src="{{ static_url("components/codemirror/mode/htmlmixed/htmlmixed.js") }}" charset="utf-8"></script> |
|
191 | <script src="{{ static_url("components/codemirror/mode/htmlmixed/htmlmixed.js") }}" charset="utf-8"></script> | |
192 | <script src="{{ static_url("components/codemirror/mode/xml/xml.js") }}" charset="utf-8"></script> |
|
192 | <script src="{{ static_url("components/codemirror/mode/xml/xml.js") }}" charset="utf-8"></script> |
General Comments 0
You need to be logged in to leave comments.
Login now