ipython - 调用 ipython profile create ipython_notebook_config.py 后未创建

标签 ipython ipython-notebook

我在虚拟环境中安装了全新的 ipython,之后我尝试通过以下方式创建配置文件:ipython profile create ,然而 ipython_notebook_config.py未创建,而 ipython_config.pyipython_nbconvert_config.py被创造。

我可以做什么来创建这个文件?

最佳答案

事实证明,我忘记安装 ipython notebook 的依赖项(我刚刚做了: pip install ipython )。安装后 ipython[notebook]ipython[all] (或仅手动安装笔记本依赖项)ipython profile create还将创建笔记本配置文件。

关于ipython - 调用 ipython profile create ipython_notebook_config.py 后未创建,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25347991/

相关文章:

macos - 自从在Mac OS X Yosemite上安装python 3以来,ipython Notebook无法启动

python - iPython notebook - 配置为在关闭选项卡时关闭内核

python - 使用 IPython Notebook Web 界面移动 .ipynb

python - "TypeError: ' 设置 ' object is not callable"

python - 是什么导致 ImportError : No module named pkg_resources after upgrade of Python on os X?

python-2.7 - 无法在 ipython notebook 中关闭使用 matplotlib 生成的绘图

python - ipython : get access to current figure()

python - 常规 Python 中的 %%writefile 魔术命令

python - IPython autoreload 为重复调用 Python2 super() 提供错误

ipython - 将 ipython 笔记本导出到 html 时,长输出没有滚动条