Skip to content
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

Multiline editing still broken #204

Open
moritzschaefer opened this issue Apr 9, 2019 · 0 comments
Open

Multiline editing still broken #204

moritzschaefer opened this issue Apr 9, 2019 · 0 comments

Comments

@moritzschaefer
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant