DrDrij
DrDrij
Fixes https://github.com/QuantEcon/quantecon-book-theme/issues/133 - [x] Add config option to make the in-page-TOC in the right column sticky (stays in view when scrolling) - [x] Highlight respective TOC items when scrolling The...
This CSS tweak adjusts the styling so that styles can be overriden without having to be forced. They will cascade from py_data -> quantecon_book_theme -> sphinx_proof. https://github.com/QuantEcon/lecture-python-intro/pull/493
It appears the RegexRemovePreprocessor works with default output HTML, however, ignored when using `-- to notebook` https://github.com/jupyter/nbconvert/blob/master/nbconvert/preprocessors/regexremove.py Works correctly: ``` jupyter nbconvert --RegexRemovePreprocessor.patterns="['pattern']" file.ipynb [NbConvertApp] Converting notebook file.ipynb to html...