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
Add this line to conf.py
nbsphinx_execute = 'always'
The text was updated successfully, but these errors were encountered:
I am pretty sure that the examples are re-run, so I'm not sure what symptom you are referring to?
Sorry, something went wrong.
I just noticed we no longer use nbsphinx, but myst_nb. Anyway, it seems the default behavior is "don't run if cell outputs are not missing" (https://myst-nb.readthedocs.io/en/v0.9.0/use/execute.html#triggering-notebook-execution). I think we need:
nbsphinx
myst_nb
jupyter_execute_notebooks = "force"
No branches or pull requests
Add this line to conf.py
The text was updated successfully, but these errors were encountered: