We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pressing F9 in the editor gives the below traceback in the internal console:
>>> Traceback (most recent call last): File "C:\dev\packages\spyder\spyder\app\mainwindow.py", line 2415, in execute_in_external_console console.execute_code(lines) TypeError: execute_code() missing 1 required positional argument: 'clear_variables'
The text was updated successfully, but these errors were encountered:
https://github.com/spyder-ide/spyder/blob/master/spyder/app/mainwindow.py#L2415 https://github.com/spyder-ide/spyder/blame/master/spyder/plugins/ipythonconsole.py#L848
Sorry, something went wrong.
@rlaverde please take this one
This has to be done against 3.x not master. @rlaverde, please make clear_variables=False at the line pointed by @dhirschfeld in ipythonconsole.py.
clear_variables=False
ipythonconsole.py
0966519
rlaverde
No branches or pull requests
Pressing F9 in the editor gives the below traceback in the internal console:
The text was updated successfully, but these errors were encountered: