gregsexton / gregsexton/ob-ipython

Multiline editing still broken

Open
#204 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Emacs Lisp
Stars
742
Forks
107
PR merge metrics
No merged PRs in 30d

Description

Multiline editing was discussed 3 years ago in this Issue already (https://github.com/gregsexton/ob-ipython/issues/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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.