You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello:
I currently export my notebooks using: jupyter nbconvert --ExecutePreprocessor.timeout=180 --template=nbextensions --execute --to=html
This mainly to hide code. Now I want to include: html_with_lenvs (to numbering latex equations).
Any suggestions on how I should execute so that all the extensions I am using are covered?
Thanks
The text was updated successfully, but these errors were encountered:
Hello:
I currently export my notebooks using:
jupyter nbconvert --ExecutePreprocessor.timeout=180 --template=nbextensions --execute --to=html
This mainly to hide code. Now I want to include:
html_with_lenvs
(to numbering latex equations).Any suggestions on how I should execute so that all the extensions I am using are covered?
Thanks
The text was updated successfully, but these errors were encountered: