Initial commit

This commit is contained in:
2026-04-15 10:48:27 -04:00
commit 79b1babcd0
47 changed files with 62913 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
html
/*
This adjusts the font size of Jupyter notebook code blocks to be closer to normal.
*/
.highlight {
font-size: 85%;
}