相关疑难解决方法(0)

如何在Linux中更改ipython/jupyter笔记本使用的默认浏览器?

我在Linux Mint 17.3上.如何更改Jupyter笔记本使用的默认浏览器?我已将笔记本电脑安装为Anaconda 3的一部分,并在我的默认浏览器(即Chrome)中打开.但出于某种原因,Chrome不会让我制作新的ipynb.单击"新建"按钮根本不做任何事情.所以我将笔记本网址复制到Firefox,它在那里工作得非常好.

有没有办法让它适用于Chrome?否则,如何更改默认浏览器?我遇到的通常答案是我必须更改c.NotebookApp.browser选项,但我找不到办法这样做,因为尝试ipython_notebook_config在终端中找到4个结果:

./anaconda3/lib/python3.5/site-packages/jupyter_core/tests/dotipython/profile_default/ipython_notebook_config.py
./anaconda3/lib/python3.5/site-packages/jupyter_core/tests/dotipython_empty/profile_default/ipython_notebook_config.py
./anaconda3/pkgs/jupyter_core-4.0.6-py35_0/lib/python3.5/site-packages/jupyter_core/tests/dotipython/profile_default/ipython_notebook_config.py
./anaconda3/pkgs/jupyter_core-4.0.6-py35_0/lib/python3.5/site-packages/jupyter_core/tests/dotipython_empty/profile_default/ipython_notebook_config.py
Run Code Online (Sandbox Code Playgroud)

linux firefox google-chrome ipython

49
推荐指数
2
解决办法
8万
查看次数

Ipython Notebook:Mac中的jupyter_notebook_config.py在哪里?

我刚刚开始使用Mac,所以如果这听起来太天真,请原谅我.

我正在尝试安装Interactive Parallel.来自https://github.com/ipython/ipyparallel,它说我需要找到jupyter_notebook_config.py.

我已经安装了python和相关软件包Anaconda,我可以使用ipython笔记本.但是,当我搜索spotlightjupyter_notebook_config.py,我无法找到该文件:

在此输入图像描述

那么,我在哪里可以找到这个文件?

更新:这是我的home文件夹:

在此输入图像描述

只有anaconda.

python macos ipython ipython-notebook ipython-parallel

17
推荐指数
2
解决办法
2万
查看次数