-
-
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
Console Problem #18447
Comments
Hello, For example, I have a series of Python statements such as these: num_of_cards = int(input('Input the number of cards:\n')) for n in range(1,num_of_cards+1): When I run that code here is what displays on the console: Input the number of cards:
Amazingly the problem reproduced for me on the last line. Notice the last prompt and that the '>' followed the colon ':' rather than appear on a NEW LINE as it did for the previous iterations. This behavior does not always occur. It appears SPORATICALLT and is very annoying. Generally, I restart the Kernel and clear all variables, but that is no guarantee the problem will not reappear. |
Hey @LnSHampton, thanks for reporting. To fix that problem, please see this comment: #17710 (comment) To update qtconsole you need to close Spyder, open the Anaconda prompt and run there:
|
Description
What steps will reproduce the problem?
You want the steps documented in 50 characters?
Versions
Dependencies
The text was updated successfully, but these errors were encountered: