neorg-exec icon indicating copy to clipboard operation
neorg-exec copied to clipboard

Hanging when using `exec.session`

Open egolep opened this issue 1 year ago • 1 comments

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 left with the "wheel" spinning and no output. I've tried it with python, and in my config files I have this section:

["external.exec"] = {
    config = {
        lang_cmds = {
            python = {
                cmd = "python ${0}",
                type = "interpreted",
                repl = "python -i",
            },
        },
    },
},

egolep avatar Aug 20 '23 16:08 egolep