neorg-exec
neorg-exec copied to clipboard
code block execution for neorg (similar to org-eval)
I tried using the `exec.session` tag (which, if I get it correctly, should let me execute different code cells in the same REPL) but the execution always hangs and I'm...
This leaves some garbage behind when re-executing a code block after failing. Example: ```python @code python print(f) @end #exec.start 2023.10.15T10.54.19AEDT #exec.end 0.0000s 1 @result Traceback (most recent call last): File...
Maybe it is already possible or maybe it is not even planned or wanted, but I was wondering if there is a way to make different code cells aware of...