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
%runcell
conda update spyder
pip
jupyter qtconsole
spyder --reset
def fun(): rr = 1 aa = 2 fun() #%% rr = 3 print(rr)
IPdb [1]: rr Out [1]: 1 IPdb [2]: rr = 2 IPdb [3]: rr Out [3]: 2 IPdb [4]: %runcell -i 1 3 IPdb [5]: rr Out [5]: 2 IPdb [6]:
runcell failed to modify the value of rr!
PASTE TRACEBACK HERE
PASTE DEPENDENCIES HERE
The text was updated successfully, but these errors were encountered:
impact27
Successfully merging a pull request may close this issue.
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
What steps reproduce the problem?
runcell failed to modify the value of rr!
What is the expected output? What do you see instead?
Paste Traceback/Error Below (if applicable)
Versions
Dependencies
The text was updated successfully, but these errors were encountered: