Ipython Notebook:Mac中的jupyter_notebook_config.py在哪里? [英] Ipython Notebook: where is jupyter_notebook_config.py in Mac?

查看:2047
本文介绍了Ipython Notebook:Mac中的jupyter_notebook_config.py在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚开始使用Mac,所以请原谅我,如果这听起来太天真了。



我正在尝试安装 Interactive Parallel 。从



那么,我在哪里可以找到这个文件?



更新:这是我的主页文件夹:





只有 anaconda

解决方案

在您的主目录中查找 .jupyter 文件夹。
它应该包含根据 docs


还可以使用Jupyter配置文件配置笔记本Web服务器
和配置文件。 Notebook Web服务器配置选项
在Jupyter
目录中名为jupyter_notebook_config.py的文件中设置,该目录本身通常是主目录中的.jupyter。




如果 .jupyter 文件夹中不包含 jupyter_notebook_config.py 文件,您需要使用 jupyter notebook --generate-config 生成它。


I just started using a Mac, so please forgive me if this sounds too naive.

I'm trying to install Interactive Parallel. From https://github.com/ipython/ipyparallel, it says I need to find jupyter_notebook_config.py.

I've already installed python and related packages with Anaconda, and I can use the ipython notebook. But when I search with spotlight for jupyter_notebook_config.py, I just can't find this file:

So, where can I find this file?

UPDATE: this is my home folder:

There is only anaconda.

解决方案

Look in your home directory for a .jupyter folder. It should contain the file according to the docs:

The notebook web server can also be configured using Jupyter profiles and configuration files. The Notebook web server configuration options are set in a file named jupyter_notebook_config.py in your Jupyter directory, which itself is usually .jupyter in your home directory.

If the .jupyter folder does not contain a jupyter_notebook_config.py file, you need to generate it with jupyter notebook --generate-config.

这篇关于Ipython Notebook:Mac中的jupyter_notebook_config.py在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆