`custom.js`在哪里或如何为Jupyter 4.1.1创建一个?

kei*_*uke 4 ipython jupyter jupyter-notebook

我找不到custom.js使用Python3.5.1在pyenv + virtualenv下安装的Jupyter(笔记本).

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

$ ls ~/.jupyter
jupyter_notebook_config.py  migrated
Run Code Online (Sandbox Code Playgroud)

在哪里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
Run Code Online (Sandbox Code Playgroud)

Tho*_*s K 8

重新作为答案:

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