怎样做联盟网站,浦东新区做网站公司,衡水网站建费用,东莞常平限电通知2021Jupyter Notebook修改默认浏览器方法
Create a Jupyter Notebook Config file
jupyter notebook --generate-config打开配置文件.jupyter/jupyter_notebook_config.py找到c.NotebookApp.browser 改成只向自己喜欢的浏览器路径’#xff0c;这里给出选择google浏览器方法这里给出选择google浏览器方法
c.NotebookApp.browser /usr/bin/google-chrome使用which命令寻找浏览器位置的方法:
which firefox
/usr/bin/firefox
which google-chrome
/usr/bin/google-chrome