IPython notebook won't read the configuration file

后端 未结 2 414
不思量自难忘°
不思量自难忘° 2020-12-10 03:01

I used the following command to initialize a profile:

ipython profile create myserver

Added thses lines to ~/.ipython/profile_myserve

2条回答
  •  一向
    一向 (楼主)
    2020-12-10 03:27

    Instead of using the ipython command, use jupyter:

    jupyter notebook --profile=myserver
    

    With the release of IPython 4.0, the language-agnostic pieces of IPython, such as the notebook server, were moved to Jupyter. You can read more about The Big Split and the new release of Jupyter at those links.

提交回复
热议问题