安装anaconda后在cmd界面输入ipython notebook即可进去
The notebook application runs as a lightweight server process on the command line.
It can be started by running:
$ ipython notebook --pylab=inline
[NotebookApp] Using existing profile dir: u'/home/wesm/.config/ipython/profile_default'
[NotebookApp] Serving notebooks from /home/wesm/book_scripts
[NotebookApp] The IPython Notebook is running at: http://127.0.0.1:8888/
[NotebookApp] Use Control-C to stop this server and shut down all kernels.
On most platforms, your primary web browser will automatically open up to the notebook dashboard. In some cases you may have to navigate to the listed URL. From there,
you can create a new notebook and start exploring
界面如下:

开发界面如下:

本文介绍如何在安装Anaconda后,通过命令行启动Jupyter Notebook。只需输入ipythonnotebook,即可运行轻量级服务器,从本地访问Jupyter Notebook界面。文中详细解释了启动过程及后续操作。
1735

被折叠的 条评论
为什么被折叠?



