How to set jupyter notebook to open on browser automatically

前端 未结 3 700
攒了一身酷
攒了一身酷 2021-02-14 23:01

So I don\'t have issues trying to open the jupyter notebook but for some reason, I cannot get it to open in the browser automatically no matter what I\'m trying to do. I follow

3条回答
  •  無奈伤痛
    2021-02-14 23:47

    At the command line, type:

    jupyter notebook --browser=

    being Chrome, Safari, Firefox, etc.

提交回复
热议问题