Fix notebook example CSS order, background color.
@@ -4,6 +4,7 @@
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
body {
+ background: white;
margin: 0;
padding: 0;
}
@@ -6,7 +6,6 @@
<script type="text/javascript" src="https://www.promisejs.org/polyfills/promise-6.1.0.js"></script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML-full,Safe&delayStartupUntil=configured"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.js"></script>
- <link href="index.css" rel="stylesheet">
</head>
<body>
<script id='jupyter-config-data' type="application/json">{ "baseUrl": "{{base_url}}" }</script>
@@ -61,6 +61,7 @@ import {
import 'jupyterlab/lib/basestyle/index.css';
import 'jupyterlab/lib/default-theme/index.css';
+import '../index.css';
let NOTEBOOK = 'test.ipynb';