Julia调试器在Jupyter或Org模式下?

时间:2018-06-05 12:12:16

标签: julia jupyter org-mode org-babel gallium

我使用Julia进行学术研究,我使用literate analysis:文本,代码和结果存在于同一文档中,结果与代码同步(类似于R-markdown,例如在RStudio中)。我可以使用Org-babel的Emacs Org-mode或IJulia的Jupyter中的文件。我尝试了Gallium debugger,它在shell会话中运行良好,但在Emacs或Jupyter中运行不正常。在这两种情况下,我得到:

ERROR: UndefVarError: active_repl not defined
Stacktrace:
 [1] RunDebugger(::Array{ASTInterpreter2.JuliaStackFrame,1}) at ~/.julia/v0.6/DebuggerFramework/src/DebuggerFramework.jl:238

有没有人有解决方案在Julia中结合文字分析和代码调试?

0 个答案:

没有答案