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

[Feature Request] Split Window #585

Open
tlhonmey opened this issue Jun 17, 2024 · 0 comments
Open

[Feature Request] Split Window #585

tlhonmey opened this issue Jun 17, 2024 · 0 comments

Comments

@tlhonmey
Copy link

I commonly use ptpython for doing one-off jobs with web APIs and such. When the external service is slow, there are a lot of times when I could be doing more than one thing at a time.

Obviously I could do this with multiple ptpython instances, but shared state makes things so much easier.

So I usually end up using threads, but then any output from the multiple things gets all jumbled together.

While there are several ways I can sort it all out myself, it would be pretty cool if ptpython had a simple way to say, "Run this function in the background and redirect any output it generates or input it requests to this other pane.

Or, better even, a way to split the window and have multiple REPL instances running in the same interpreter.

Obviously, if this would be an insane amount of work, just say, "No." But, if it's not too difficult, it would make ptpython an even more powerful tool for seat-of-the-pants data processing.

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

1 participant