Questions tagged «ipython»


2
在ipython3上%粘贴魔术功能
我正在使用ipython3,在Ubuntu上安装apt-get。我无法使用粘贴魔术功能,它抱怨缺少Tkinter。但是我确实有Tkinter,同样的事情在ipython(2)上也能正常工作。是什么赋予了? Python 3.2.3 (default, Oct 19 2012, 19:53:16) Type "copyright", "credits" or "license" for more information. IPython 0.13.1.rc2 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object', use 'object??' for extra …

2
如何在Anaconda(Conda)中搜索和安装包
我正在尝试安装,pandoc所以我没有conda install pandoc弹出任何东西,它告诉我搜索。我搜索过anaconda search -t conda pandoc,结果如下......如何安装zhenxieit/pandoc?我正在尝试安装它来从我的iPython文档中制作.pdf文件,所以我认为这是最好的。我尝试conda install zhenxieit/pandoc但是没有用,然后我尝试了conda install --name zhenxieit/pandoc,没有雪茄。 Using binstar api site https://api.anaconda.org Run 'anaconda show <USER/PACKAGE>' to get more details: Packages: Name | Version | Package Types | Platforms ------------------------- | ------ | --------------- | --------------- ???/pandoc | 1.12.3 | conda | linux-64 BjornFJohansson/pandocfilters | …

1
“ ssh -X”无法打开matplotlib数字
很多时候,我会进入另一台计算机来执行python工作。在编写代码时,我喜欢打开一个ipython shell以进行快速测试。由于某些原因,我无法让matplotlib打开数字。这是一个例子: [mwoods@linux_box ~]$ ssh -X me@mac_machine Password: Last login: Fri Dec 15 13:03:37 2017 mwoods:~ /path/to/ipython Python 3.6.3 |Anaconda, Inc.| (default, Oct 6 2017, 12:04:38) Type ‘copyright’, ‘credit’ or ‘license’ for more information IPython 6.1.0 — An enhanced Interactive Python. Type ‘?’ for help. In [1]: import matplotlib as …

1
ipython笔记本找不到python
我家里有几个Python 2版本。因为我只使用ipython笔记本,所以我决定卸载所有Python 2实例,结果是一个坏主意,因为现在我在尝试启动P ython服务器时遇到错误。 -bash: /usr/local/bin/ipython: /usr/local/opt/python/bin/python2.7: bad interpreter: No such file or directory 我该如何解决这个问题? 谢谢。
2 macos  bash  python  ipython 

2
如何在Fedora 18中将IPython与Python3.3结合使用
我的PC上同时安装了Python 3.3和Python 2.7。使用软件安装程序在Fedora 18上安装IPython 0.13.1之后,它默认为Python 2.7。 我对Linux和Python的经验都很少(尝试过几次)。我看过IPython配置文件,但仍然遇到困难。任何帮助/指针表示赞赏。

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.