-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Option to capture errors? #201
Comments
I am looking for the same thing |
I am using try
... chunk ...
catch e
showerror(stdout, e)
end but having an option that wraps all code chunks in code like this would be great. |
I am working on a PR, I think I just need to customize |
tpapp
added a commit
to tpapp/Literate.jl
that referenced
this issue
Oct 14, 2024
fredrikekre
pushed a commit
to tpapp/Literate.jl
that referenced
this issue
Oct 16, 2024
Wonderful - thanks @fredrikekre |
I'm innocent -- thank @tpapp |
Thanks @tpapp ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using Literate.jl to work on some class material, and in specific cases, I would like a code block to result in an error -- this is mostly to walk students through reading error messages.
Is there a way to keep error messages (possibly on a per-chunk basis)?
The text was updated successfully, but these errors were encountered: