A start on styling notebooks.

I'd like the website to have some consistency.
This commit is contained in:
Simon Forman
2023-02-15 13:43:22 -08:00
parent 610de03e0b
commit 1256fb47d8
6 changed files with 10533 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
.input {
background: #ddd;
color: black;
font-family: 'Inconsolata';
border-left: 0.2em solid black;
padding: 0.25em;
margin-bottom: 0.5em;
}
File diff suppressed because it is too large Load Diff
+11 -3
View File
@@ -18,12 +18,20 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"id": "08a49b81",
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"2147483648"
]
}
],
"source": [
"1 31 << "
"1 31 lshift "
]
},
{
+2 -1
View File
@@ -14,10 +14,11 @@ index.html: build_index.py $(docs_html)
python build_index.py > index.html
$(docs_html): %.html : %.ipynb
jupyter nbconvert --to html --template lab $<
jupyter nbconvert --to html --template basic $<
mov: $(docs_html) index.html
mv -v $? ../html/notebooks/
# markdown Functor-Reference.md | tidy5 -utf8 --add-meta-charset yes > ../../html/FR.html
# --HTMLExporter.embed_images=True
+2683
View File
File diff suppressed because it is too large Load Diff