python data analysis---学习笔记

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/csdn_cSharp/article/details/87993706

安装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

界面如下:

开发界面如下:

猜你喜欢

转载自blog.csdn.net/csdn_cSharp/article/details/87993706
今日推荐