问题标签 [ipython-notebook]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - IPython Notebook 语言环境错误
安装最新的Mac OSX 64 位 Anaconda Python 发行版后,我在尝试启动 IPython Notebook 时不断收到 ValueError。
启动 ipython 工作正常:
但启动 ipython 笔记本:
导致 ValueError (带回溯):
从终端运行locale
命令:
ipython - IPython Notebook 版本问题 (IPython 0.13)
在我的 Windows 7 桌面上,我安装了 IPython 0.13 版——我得到了 0.13 版笔记本的菜单等,但是当我尝试加载某些 ipynb 文件时——例如https://github.com/lisa-lab/pylearn2/blob/master/ tutorials/multilayer_perceptron.ipynb 我收到消息
“加载此笔记本时出错。很可能此笔记本的格式比此版本的 IPython 支持的格式更新。此版本可以加载笔记本格式 v3 或更早版本。”
即使有其他最近的 nbs 有效,例如http://epi.whoi.edu/esr/GIS_GRASS-R_Example.ipynb
关于我应该做什么的任何想法
更新:为了纠正这个问题,我卸载了我以前的 epd 安装并重新安装了 epd 7.3.2。我的 Windows 系统可能有一些糟糕的状态,因为在安装之后,当我在命令行上执行“ipython notebook”时,我会收到一条消息说 Windows 找不到文件 ipython-scripts.py 或类似的文件,而笔记本会永远不要出现。我再次卸载并“rm -rf”了 Python27 目录,并使用 msiexec /i 作为管理员重新安装了 epd 7.3.2。现在 IPython notebook 确实启动了。但是,为了重试以下问题,当我尝试“单击此处”从我拥有的 .ipynbs 目录中加载 .ipynb 文件时,它似乎不起作用——这不是它应该如何完成的吗?
更新 2:我使用命令“ipython notebook --pylab inline --notebook-dir="C:\Users\Rakesh\IDATA" 重新启动了 IPython,因此它现在在笔记本目录中有 .ipynbs。现在当我选择并单击在 .ipynbs 上它似乎加载正确。但是我想知道为什么上面的“点击这里”尝试失败了..
ipython - 在循环中运行 ipython 笔记本的一部分/使用不同的输入参数
我写了一个 ipython notebook,它分析了一个数据集。现在我想用这段代码循环不同的数据集。
代码分为大约 50 个单元格(包括注释、降价解释……)。有没有办法循环运行笔记本的一部分或运行具有不同输入参数的整个笔记本?
我不想将所有单元格合并到一个函数中或将代码下载为 python 脚本,因为我真的很喜欢通过仅执行某些单元格来运行(和试验)部分分析。
基本上它将脚本的部分重构为一个函数并循环调用该函数,只是“脚本的部分”是笔记本单元格。
python - How to force the short summary dataframe output in Ipython Notebook
I'm using IPython Notebook and would like to be able to control which type of output is returned from submitting a simple DataFrame name. For example:
will always return a grid representation because it such a small DataFrame. However larger DataFrames will show in HTML representation (at least with my settings in the notebook). That is, as long as there isn't more than about 15 columns, in which case the representation is something like this:
I would like to be able to force this type of representation (the last one) at will without having to turn options on an off in the notebook. Is there a way to do this?
ipython - IPython 笔记本的外部编辑器
我正在使用 IPython 笔记本,我想在外部编辑器中编辑程序。我如何%edit file_name.py
才能打开 Notepad++ 等编辑器。
ipython - ipython notebook 作为一个网络工具开发平台
我计划将现有应用程序(或至少部分用于处理数据以交互创建图形的应用程序)移植到基于 ipython 的 UI 中。我想知道是否可以使用 ipython notebook 作为引擎来创建基于菜单的应用程序。在 Ipython 中创建基于菜单的应用程序的任何功能?根据我迄今为止使用 Ipython 的经验,我想这是不可用的。
我正在考虑通过在降价单元格中创建 html 代码来模仿它,该代码将生成菜单作为选择列表,从那里选择和提交将调用服务器上的一些 cgi,该服务器将使用 AJAX 更新笔记本的下部。有人做过类似的事情吗?
matplotlib - 在 ipython 中调用 pylab.savefig 而不显示
我需要在文件中创建一个图形而不在 IPython 笔记本中显示它。我不清楚这方面的相互IPython
关系matplotlib.pylab
。但是,当我调用pylab.savefig("test.png")
当前图形时,除了保存在test.png
. 在自动创建大量绘图文件时,这通常是不可取的。或者在需要由另一个应用程序进行外部处理的中间文件的情况下。
不确定这是一个问题matplotlib
还是IPython
笔记本问题。
ipython - ipython中的括号匹配
在 IPython 中是否有自动关闭括号、引号、括号等的选项?
我希望有一个类似于 gedit 插件的功能。
python - IPython 笔记本中的“另存为”
我想用不同的名称保存文件,并在 Ipython Notebook 中保留旧名称(即不重命名)的文件。
是否有标准的“另存为”功能?
python - 使用 Mountain Lion 10.8 启动 IPython
在上周的 ML 10.8 之前,我会使用ipython notebook --pylab=inline
运行 Python3 的地方调用 IPython 网络笔记本。升级后一切都变得更糟。围绕文件系统进行了很多黑客攻击并将权限/System/Library/Frameworks/Python.Framework
从 root 更改为我自己,我现在可以运行python ipython3 notebook --pylab=inline
但是ipython
当没有前面的 python 命令运行时,想要打开 Python 2.7。任何有类似问题的人或任何人都可以就这里发生的事情提供见解。