做网站需要的图片去哪找,网站可以做网站广告,h5网站搭建,免费的推广引流软件下载Jupyter 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