First jameswitzema.net commit

This commit is contained in:
Lao Tzu
2026-05-29 11:30:10 -07:00
commit 32cc108c4a
200 changed files with 1200635 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
<title>BLANK</title>
<body>
<py-config>
packages = [
"pandas",
"bokeh",
"xyzservices"
]
</py-config>
<div id="body">
<h1>HEADER.</h1>
<py-script>
import json
import pyodide
from js import Bokeh, console, JSON
p = figure(width=400, height=400)
</py-script>
</div>
</body>