Changed filesystem for static site

This commit is contained in:
Lao Tzu
2026-06-11 13:53:59 -07:00
parent 32cc108c4a
commit c887d058f0
220 changed files with 1199859 additions and 224 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>