Can't type in interactive window #16220
Unanswered
Almenon
asked this question in
Questions and Answers
Replies: 1 comment
-
relevant: #901 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was surprised to find out that I'm not able to type in the interactive window. I'm curious whether this is a bug or not.
REPRODUCTION STEPS:
test.py
print('hello world')
. Saveprint('hello world')
withprint('hello foo')
Expected results:
Code changes
Actual results;
can't edit code
Relevant info:
Python 3.11.1, Windows 10, Jupyter
v2024.10.0
Beta Was this translation helpful? Give feedback.
All reactions