`custom.js` 存在于何处或如何为 Jupyter 4.1.1 创建一个?

Where does `custom.js` exist or how to create one for Jupyter 4.1.1?

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

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

$ ls ~/.jupyter
jupyter_notebook_config.py  migrated

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。我认为没有必要创建默认文件 - 只需在那里创建一个空文件并开始添加即可。