我找不到custom.js的木星(笔记本)安装在pyenv+virtualenv下与Python3.5.1。
有人说custom.js位于~/.jupyter/custom/custom.js,但我没有(顺便说一句,我可以通过jupyter notebook create创建jupyter_notebook_config.py )。
$ ls ~/.jupyter
jupyter_notebook_config.py migratedcustom.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发布于 2016-03-16 10:03:20
重新张贴作为答复:
custom.js应该住在~/.jupyter/custom/custom.js。我不认为有任何必要创建一个默认的文件-只要在那里创建一个空文件,并开始添加它。
https://stackoverflow.com/questions/35762469
复制相似问题