Nerd sniped by a silly function.

This commit is contained in:
sforman
2023-10-07 15:25:38 -07:00
parent 7314d2177c
commit bcf6abc50d
4 changed files with 579 additions and 6 deletions
+4 -5
View File
@@ -3,14 +3,14 @@
<head>
<meta charset="utf-8">
<title>Thun Notebooks</title>
<link rel="stylesheet" href="/css/fonts.css">
<link rel="stylesheet" href="/css/font/fonts.css">
<link rel="stylesheet" href="/css/site.css">
</head>
<body>
<p><a href="/">Thun</a></p>
<h1>Notebooks</h1>
<h1>Thun Notebooks</h1>
<p><a href="/">Home</a></p>
<p>Various Jupyter notebooks, some more polished than others, a few incomplete.
I'm in the process of rewriting them to use the Joy kernel.</p>
I'm in the process of rewriting them.</p>
<ul>
<li><a href="/notebooks/0._This_Implementation_of_Joy_in_Python.html">0. This Implementation of Joy in Python</a></li>
<li><a href="/notebooks/1._Basic_Use_of_Joy_in_a_Notebook.html">1. Basic Use of Joy in a Notebook</a></li>
@@ -51,4 +51,3 @@ I'm in the process of rewriting them to use the Joy kernel.</p>
</ul>
</body>
</html>