-
Notifications
You must be signed in to change notification settings - Fork 293
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
Cannot run lines in multiple interactive windows at the same time #8615
Comments
I think the bug is related to the change of 2021.11.100. "For interactive window commands (run all, run above, run below) add them to a queue instead of just trying to execute one by one. (#6982)" Maybe different interactive windows should have their own queues? |
Thanks for filing this issue, we'll look into this in the new year. |
Merry Christmas and Thanks for your efforts in 2021. |
Seems likely a dupe of #8022. Verify after that one is fixed. |
I have the same problem currently. |
There's actually a setting for that: If you set it to 'perFile' we'll create a new interactive window for every script you run from. |
Thank you so much. It saves my coding life. |
Environment data
Expected behaviour
Run two time-consuming codes in multiple interactive windows simultaneously, like in the 2021.10 version Jupyter.
Actual behaviour
The first window successfully executes the code, while the second window does not execute until the first window finishes.
Steps to reproduce:
Open an interactive window, and use "Run Selection/Line in Interactive Window" to send the following code.
Open a second interactive window, and use "Run Selection/Line in Interactive Window" to send the same code to the second window. The second window cannot execute the code unless we turn off the first window.
The text was updated successfully, but these errors were encountered: