One - One Code All

Blog Content

Jupyter 初步 jupyter notebook

Python   2015-04-11 18:05:17

Jupyter。这个名字的灵感来自 Julia、Python和R(数据科学的三种开源语言),但这个名字代表了超越了任何特定语言的通用思想:即计算、数据和人类的理解、共享和协作的活动。


Jupyter notebook(又称IPython notebook)是一个交互式的笔记本,支持运行超过40种编程语言。本文中,我们将介绍Jupyter notebook的主要特点,了解为什么它能成为人们创造优美的可交互式文档和教育资源的一个强大工具。


官网链接:

http://jupyter.org/install 

https://jupyter.readthedocs.io/en/latest/install.html 


1.安装:

pip3 install jupyter
python3 -m pip install jupyter

2.启动:

jupyter notebook

3.本地运行:

浏览器上打开 http://localhost:8888/


上一篇:Python统计分析库statsmodels的OLS
下一篇:Jupyter notebook添加目录导航

The minute you think of giving up, think of the reason why you held on so long.