bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44732: 27.1; Inferior Python mode does not correctly display output


From: Brian Leung
Subject: bug#44732: 27.1; Inferior Python mode does not correctly display output of ipython3
Date: Thu, 19 Nov 2020 02:04:36 +0100 (CET)

- emacs -q
- (setq python-shell-interpreter "ipython3")
- M-x run-python
- Enter 1 + 2 into the IPython prompt.

After hitting Enter, the '2' displays twice:

Python 3.8.6 (default, Sep 23 2020, 13:54:27) 
Type 'copyright', 'credits' or 'license' for more information
IPython 7.17.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: 1 + 2
1 + 22
Out[1]: 3

In [2]:


-- 
Sent with https://mailfence.com
Secure and private email





reply via email to

[Prev in Thread] Current Thread [Next in Thread]