如何配置以在Microsoft Edge中启动笔记本?

时间:2018-09-05 17:33:14

标签: jupyter-notebook

我知道我们可以在下面的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'

0 个答案:

没有答案