-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
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
How to print cell outputs when running sphinx-build in notebooks #434
Comments
I don't quite understand what you mean. Can you please provide a minimal example? |
Assuming you have already set up a Sphinx project with |
OK, I see. There is currently no way to do that. Can |
Running |
Yes, it looks like that has been requested for So once I'm also open to suggestions for using an alternative notebook runner, but I'm not planning on working on that myself. |
I need to debug a notebook and looking for a way to print all output to console. I tried to increase verbosity in
sphinx-build
but this did not help. Although the exception is captured and printed to console, nothing before/after (e.g. in a try-except-finally) is printed.The text was updated successfully, but these errors were encountered: