Start IPython notebook server without running web browser?

后端 未结 2 1773
执念已碎
执念已碎 2020-12-28 12:13

I would like to use Emacs as main editor for iPython notebooks / Jupyter Notebook (with the package ein). I want to ask you if there is a way to run the server without the n

2条回答
  •  臣服心动
    2020-12-28 12:55

    Is this what you want?

    $ ipython notebook --no-browser
    

    Edit

    Now you should use instead

    $ jupyter notebook --no-browser
    

    Since

    ipython notebook is deprecated and will be removed in future versions. You likely want to use jupyter notebook in the future

提交回复
热议问题