ob-julia-vterm.el icon indicating copy to clipboard operation
ob-julia-vterm.el copied to clipboard

Option to use `includet` instead of `include`

Open MasonProtter opened this issue 4 years ago • 2 comments
trafficstars

Currently, code gets entered with include which makes sense, but I just learned today about https://github.com/MichaelHatherly/InteractiveErrors.jl which makes me wish that the code was entered using Revise.includet so that I could interactively explore errors in the code more readily using the REPL.

Great package btw, I'm happy this exists, having to use IJulia and emacs-jupyter is a bit of a pain.

MasonProtter avatar Apr 25 '21 21:04 MasonProtter

Thank you for the suggestion. I didn't know InteractiveErrors.jl. It looks very useful. Let me check how it works.

shg avatar Apr 26 '21 13:04 shg

Could you elaborate on the actual workflow you want? How do you want to interact with source blocks and how should it be improved by using includet?

shg avatar Apr 28 '21 01:04 shg