start ipython notebook with python file

后端 未结 4 1206
既然无缘
既然无缘 2021-02-04 20:09

I am not very familiar with python/ipython but somebody was asking me whether it is possible to start an ipython notebook with a specific python file. It then could be used for

4条回答
  •  执笔经年
    2021-02-04 20:59

    To start a ipython notebook with a certain notebook directory, use the --notebook-dir command line option:

    ipython notebook --notebook-dir=/Users/harold/temp/
    

提交回复
热议问题