【发布时间】:2015-08-12 10:41:01
【问题描述】:
当我创建配置文件时,只创建了 2 个配置文件,而不是 5 个。
ipython profile create test_3
[ProfileCreate] Generating default config file: u'/root/.ipython/profile_test_3/ipython_config.py'
[ProfileCreate] Generating default config file: u'/root/.ipython/profile_test_3/ipython_kernel_config.py'
我安装了 2 个版本的 python,2.6.6 和 2.7。我为 python 创建了一个别名以使用 /usr/bin/python2.7
我已经安装了 easy_install 和 pip
使用 pip 安装的软件包的完整列表:
雪花石膏 (0.7.6) 应用程序(0.1.0) 通天塔 (2.0) backports.ssl 匹配主机名 (3.4.0.2) 证书(2015.4.28) 装饰器(4.0.2) 姜戈 (1.8.3) 文档工具 (0.12) 功能符号 (0.4) functools32 (3.2.3.post2) gnureadline (6.3.3) ipykernel (4.0.3) ipyparallel (4.0.0) ipython (4.0.0) ipython-genutils (0.1.0) ipywidgets (4.0.2) Jinja2 (2.8) jsonschema (2.5.1) jupyter 客户端 (4.0.0) jupyter 核心 (4.0.2) 标记安全 (0.23) matplotlib (1.4.3) 失谐 (0.7) 模拟(1.3.0) nbconvert (4.0.0) nbformat (4.0.0) 鼻子 (1.3.7) 笔记本(4.0.1) 麻木(1.9.2) numpydoc (0.5) 熊猫 (0.16.2) 路径.py (7.6) pbr (1.4.0) 期待(3.3) 泡菜(0.5) 点子(7.1.0) ptyprocess (0.5) Pygments (2.0.2) pyparsing (2.0.3) pyreadline (2.0) python-dateutil (2.4.2) 皮茨(2015.4) pyzmq (14.7.0) qtconsole (4.0.0) 请求 (2.7.0) scikit-learn (0.16.1) scipy (0.16.0) 安装工具 (18.1) 简单通用(0.8.1) 六(1.9.0) 雪球梗 (1.2.0) 狮身人面像 (1.3.1) sphinx-rtd 主题 (0.1.8) 终点站 (0.5) 测试路径 (0.2) 龙卷风 (4.2.1) traitlets (4.0.0)
我错过了什么吗?有人可以将我链接到 ipython_notebook_config.py 文件,以便我可以在默认配置文件中使用它吗?强制执行会不会错?
我从网上添加了一个 ipython_notebook_config.py 并对其进行了编辑..它似乎忽略了它..我指定了端口 8888,它列出了端口 8889。此外,我无法连接到那个笔记本。
【问题讨论】:
标签: python-2.7 ipython