fixup notebooks

This commit is contained in:
Tom Hodson 2022-06-23 16:43:46 +02:00
parent 028e3a11b9
commit 38f42ba71c
3 changed files with 30 additions and 22 deletions

View File

@ -0,0 +1,24 @@
---
---
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tom Hodson - {{ page.title }}</title>
<meta name="description" content="Tom Hodson's personal site.">
<link rel="stylesheet" href="/assets/css/styles.css">
<script src="/assets/js/index.js"></script>
<style>
div.jp-InputPrompt.jp-InputArea-prompt {
display: none;
}
</style>
<!-- RSS feed -->
{% feed_meta %}
</head>
{{ content }}
</html>

View File

@ -1,23 +1,7 @@
--- ---
layout: default
--- ---
<!doctype html> <h1>{{ page.title }}</h1>
<html> <time>{{ page.date | date_to_string }}</time>
<head> {{ content }}
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tom Hodson - {{ page.title }}</title>
<meta name="description" content="Tom Hodson's personal site.">
<link rel="stylesheet" href="/assets/css/styles.css">
<script src="/assets/js/index.js"></script>
<!-- RSS feed -->
<link rel="alternate" type="application/rss+xml" title="RSS for Tom Hodson's Blog" href="/feed.xml">
</head>
<body>
<h1>{{ page.title }}</h1>
<time>{{ page.date | date_to_string }}</time>
{{ content }}
</body>
</html>

View File

@ -1,5 +1,5 @@
--- ---
layout: post layout: exported_notebook
excerpt: A test jupyter notebook. excerpt: A test jupyter notebook.
image: image:
--- ---
@ -15394,5 +15394,5 @@ Speedup: 2x !
</div> </div>
</div> </div>
</div> </div>
</body>