A start on styling notebooks.
I'd like the website to have some consistency.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user