我不确定Jupyter使用哪些配置文件以及应该使用哪些 。在Jupyter之前的多年使用IPython中,我已经积累了一些IPython文件,现在也具有正常运行的Jupyter配置。但是我无法确认(a)Jupyter正在使用哪些文件以及(b)哪些文件正在使用中,因为它们仍然闲置,而不是用于配置Jupyter的首选文件(通过在我的IPython自定义中进行一些旧设置(现在看来似乎不起作用)无法解决这种情况。
在~/.jupyter
中,我有
jupyter_notebook_config.py
jupyter_console_config.py
custom.css
在~/.ipython/profile_default
中我有
ipython_config.py
ipython_kernel_config.py
ipython_notebook_config.py
static/custom/custom.css
据我所知,这两个集合都使用了设置。例如,jupyter-console
同时使用jupyter_console_config.py
和ipython_config.py
,但我不清楚这是向后兼容性支持还是预定的组织,特别是因为受支持的领域似乎存在很多重叠设置以及Jupyter配置和IPython配置文件的功能。
在当前的Jupyter惯用语中: