We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Did this for statsmodels the other week, works pretty well. Something like
jupyter nbconvert --ExecutePreprocessor.timeout=600 --to html --execute style.ipynb
https://nbconvert.readthedocs.org/en/latest/execute_api.html
The text was updated successfully, but these errors were encountered:
yep - even better this actually catches errors say you have a missing import
the only issue is if you have a deliberate exception (u need to put it in a markdown block instead)
Sorry, something went wrong.
This will have to wait on nbconvert 4.2, which let's you specify the kernel when executing. I believe it's being released soon.
Closed by #13225
No branches or pull requests
Did this for statsmodels the other week, works pretty well. Something like
https://nbconvert.readthedocs.org/en/latest/execute_api.html
The text was updated successfully, but these errors were encountered: