-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PR: Implement dedicated IPython consoles #4691
Conversation
It was only used in the Python console.
b0b0aec
to
74f06c0
Compare
…he latter doesn't exist in PY2
This fixes calls to execute_code in other places
…abs when renaming For those tabs '/' is our split char, and we have to let users know that they can only alter the text before that char.
We also forbid '/' to be part of a tab name.
Else new consoles can't be created in other window instances because they all share the same temp directory.
def36e9
to
4a409a2
Compare
…ting dedicated ones
Let's merge this one to keep things moving. I'll probably need to revisit it in 3.2.1, but it's working reasonably well for now. |
Problems during migration (so far):
Should I open a new issue to track such migration problems? |
@Eric89GXL, yes, please open a new issue for these problems. I don't understand too well you first problem though, so could you post an animated GIF to better describe it? You can do it with a very nice program called Licecap (if you're on Windows or Mac). |
The |
Great to know! |
Fixes #4418.
This is part of issue #4524.
TODO