You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiline editing was discussed 3 years ago in this Issue already (#79). However it seems there has not yet been any progress on this as I still observe the issue that when I open the ipython repl from within a ob-ipython code block ( C-c C-v C-z), and try to enter a multiline command like
if True:
print('works')
after the hitting enter the first time, it directly complains with
In [47]: if True:
File "", line 1
if True:
^
SyntaxError: unexpected EOF while parsing
Is there a workaround or a planned solution for this?
The text was updated successfully, but these errors were encountered:
Multiline editing was discussed 3 years ago in this Issue already (#79). However it seems there has not yet been any progress on this as I still observe the issue that when I open the ipython repl from within a ob-ipython code block ( C-c C-v C-z), and try to enter a multiline command like
after the hitting enter the first time, it directly complains with
Is there a workaround or a planned solution for this?
The text was updated successfully, but these errors were encountered: