2021年08月02日 jupyter notebookで起動するブラウザをオプション込で設定する方法
_ jupyter notebookで起動するブラウザをオプション込で設定する方法
$ jupyter notebook --generate-config $ vim ~/.jupyter/jupyter_notebook_config.py
~/.jupyter/jupyter_notebook_config.py
c.NotebookApp.browser = '/usr/local/firefox/firefox %s -P prof1'