-
-
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
Remove the Python console #4524
Milestone
Comments
This was referenced Jun 1, 2017
Will "Add Execute in a dedicated console option to the IPython console." once implemented still resolve issues like |
Yes, I think so because the kernel will be restarted every time on a dedicated console. |
This was referenced Jun 25, 2017
This was referenced Jun 25, 2017
This was referenced Jul 3, 2017
This was referenced Oct 22, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue describes our reasons to remove the Python console from Spyder:
Enter
several times to get a prompt back.qtconsole
).Besides, we plan to improve debugging in Spyder 4 by creating an IPbd kernel, so that users can run multiline code from the Editor, have code completion and history browsing while debugging. Unfortunately, this is something we can't support in the Python console.
TODO:
sitecustomize.py
- PR PR: Remove all code related to the Python console #4713.The text was updated successfully, but these errors were encountered: