Questions tagged «ipython»

2
使用IPython 5时奇怪的shell输出
我刚刚升级到最新版本的IPython,现在在emacs中使用它时出了点问题。 当在常规的终端中使用它,它工作正常(颜色,标签完成等),但是无论是在M-x eshell或M-x shell代替outputing In [1]:,它实际上输出[?12l[?25h和Out[1]输出到[J[?7h[?12l[?25h[?2004l[?7hOut[1]:。 也许这是IPython使用的emacs上没有的终端的某些功能,但是我想知道它是哪一个。 Terminal.app: In [1]: 2+2 Out[1]: 4 埃马克斯 [?12l[?25h2+2 [J[?7h[?12l[?25h[?2004l[?7hOut[1]: 4
37 shell  eshell  ipython 

3
如何设置Elpy以使用python3?
在为新的工作环境设置我的emacs时,我无法获得elpy配置以正确/usr/local/bin使用python3。我已经安装了所有必需的软件包,并已使用python3安装了它们。 现在,当我运行elpy-config时,我得到以下信息: Virtualenv........: None RPC Python........: 2.7.6 (/usr/bin/python) Interactive Python: python (/usr/bin/python) Emacs.............: 24.5.1 Elpy..............: 1.9.0 Jedi..............: 0.9.0 Rope..............: Not found (0.10.2 available) Importmagic.......: 0.1.3 Autopep8..........: 0.1.3 Syntax checker....: Not found (pyflakes) 我希望RPC Python是ipython3,并且对于交互式而言也是相同的。对于此问题,假定我的.emacs文件为空。
22 python  osx  ipython  elpy 

3
Emacs EIN与IPython Shell
我正在尝试使EIN在Emacs中工作,但是现在(使用IPython 2)似乎是不可能的。出现此错误: REQUEST [error] Error from parser ein:json-read: (json-readtable-error) ein: [error] Error (parse-error) while opening notebook list at the server 8888. 但是,在尝试解决此问题时,我开始怀疑使用笔记本是否真的比具有Emacs提供的所有附加功能的IPython Shell更具优势。 因此问题是:与Emacs中的IPython shell相比,使用EIN有哪些优势?有没有一种方法可以将IPython会话保存到文件?
10 ipython  ein  python  repl 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.