在JupyterLab中从jupyter_notebook_config.py设置--no-browser

时间:2020-02-06 01:17:33

标签: jupyter-lab

我想始终使用--no-browser选项启动'jupyter lab'。我知道我可以创建一个别名,但是我的问题是:如何更改jupyter_notebook_config.py以指定我想要该选项

1 个答案:

答案 0 :(得分:0)

我发现它记录在这里: https://developer.android.com/reference/androidx/core/graphics/ColorUtils.html#blendARGB(int,%20int,%20float)

该选项为NotebookApp.open_browser ,因此jupyter_notebook_config.py中的条目为:

c.NotebookApp.open_browser = False