Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hanging when using exec.session #3

Open
egolep opened this issue Aug 20, 2023 · 1 comment
Open

Hanging when using exec.session #3

egolep opened this issue Aug 20, 2023 · 1 comment

Comments

@egolep
Copy link

egolep commented Aug 20, 2023

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",
            },
        },
    },
},

@laher
Copy link
Owner

laher commented Jan 7, 2024

Hi, sorry for not responding to this. I have stopped using neorg for the forseeable [not forever, just until the project gets a bit further along], so I won't be working on this now.

This part of the feature was always a bit experimental, I'm guessing it's worse than it was because I haven't been keeping it up to date with the latest neorg. Possibly. I don't know, sorry.

I'll update the readme to make it clear that I'm not working on it and some idea about when I'll pick it up again.

In the meantime, PRs are welcome. Ta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants