This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# You need to put index.html.j2 & conf.json into a directory called, e.g., mytmpl/. | |
# Typical usage: The --no-prompt is important (layout is all messed up otherwise). | |
jupyter nbconvert MySuperNotebook.ipynb --to html --no-prompt --template mytmpl/ | |
# By default, all cells are hidden. You can override this behavior for some cells by giving them a 'code_shown' tag. |