-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
sos convert my.ipynb my.html
is essentially calling
jupyter nbconvert
with a default template that
-
Use pygments to generate static syntax hilighting. It serves its purpose but does not show language-specific highlighting or interpolated texts (effect of
expand=True
). It does not show language selector box either. -
No TOC, which seems to be useful to have in most cases.
Given that we already have templates for our online documentation that uses codemirror and has a toc, perhaps we should provide a better default template....
HenryLeongStat
Metadata
Metadata
Assignees
Labels
No labels