Ipython 'custom.js'存在于何处,或者如何为Jupyter 4.1.1创建一个?

Ipython 'custom.js'存在于何处,或者如何为Jupyter 4.1.1创建一个?,ipython,jupyter,jupyter-notebook,Ipython,Jupyter,Jupyter Notebook,我找不到安装在pyenv+virtualenv和Python3.5.1下的Jupyter(notebook)的custom.js 有人说custom.js位于~/.jupyter/custom/custom.js,但我没有(顺便说一下,我可以通过jupyter notebook create创建jupyter\u notebook\u config.py) custom.js在哪里,或者如何创建默认的? 我应该从存储库下载它吗 $ pip freeze ipykernel==4.3.1 ipyt

我找不到安装在pyenv+virtualenv和Python3.5.1下的Jupyter(notebook)的
custom.js

有人说
custom.js
位于
~/.jupyter/custom/custom.js
,但我没有(顺便说一下,我可以通过
jupyter notebook create
创建
jupyter\u notebook\u config.py

custom.js在哪里,或者如何创建默认的?
我应该从存储库下载它吗

$ pip freeze
ipykernel==4.3.1
ipython==4.1.2
ipython-genutils==0.1.0
ipywidgets==4.1.1
jupyter==1.0.0
jupyter-client==4.1.1
jupyter-console==4.1.1
jupyter-core==4.0.6

答复如下:


custom.js
应该位于
~/.jupyter/custom/custom.js
。我认为没有必要创建一个默认文件,只要在那里创建一个空文件并开始添加到它。

它应该位于
~/.jupyter/custom/custom.js
中。我认为没有必要创建一个默认文件,只要在那里创建一个空文件并开始添加到其中即可。@ThomasK它可以工作。非常感谢。
$ pip freeze
ipykernel==4.3.1
ipython==4.1.2
ipython-genutils==0.1.0
ipywidgets==4.1.1
jupyter==1.0.0
jupyter-client==4.1.1
jupyter-console==4.1.1
jupyter-core==4.0.6