我知道我们可以在下面的jupyter_notebook_config.py
中的此部分中进行配置,但是在Edge中启动笔记本电脑应该使用的正确代码是什么?
## Specify what command to use to invoke a web browser when opening the notebook.
# If not specified, the default browser will be determined by the `webbrowser`
# standard library module, which allows setting of the BROWSER environment
# variable to override it.
# c.NotebookApp.browser = u'%windir%\explorer.exe shell:Appsfolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge %s'
c.NotebookApp.browser = u'start microsoft-edge:%s'