Ipython notebook will not start on command line

后端 未结 6 1699
伪装坚强ぢ
伪装坚强ぢ 2021-01-02 22:02

I tried to open ipython in terminal with ipython notebook and it will not open ipython notebook. It gives the following error:

| ~/documents/ud         


        
6条回答
  •  暖寄归人
    2021-01-02 22:22

    This issue due to the newest Mac OSX 10.12.5 upgrade. Please follow these steps to fix it:

    1. Generate jupyter config if you don't have it:
      jupyter notebook --generate-config
    2. Use vim to open that config file and add Google chrome value in:
      c.NotebookApp.browser = u'chrome' (Make sure to take out the # comment sign)

提交回复
热议问题