gregsexton / gregsexton/ob-ipython
Option to not catch exceptions?
Open
- Dominant language
- Emacs Lisp
- Stars
- 742
- Forks
- 107
- PR merge metrics
- No merged PRs in 30d
Description
Execution of a code block such as
```
#+BEGIN_SRC ipython
1 / 0
#+END
```
leads to pop up of a `*ob-ipython-traceback*` buffer containing the `ZeroDivisionError` exception traceback. Is there a way (header option?) to pass the exception through to the `#+RESULTS`? This would be for didactic purposes, e.g. to illustrate how `StopIteration` works for generators.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.