Jupyter
what
Jupiter = Julia + Python + R
Jupyter notebook(http://jupyter.org/) 是一种 Web 应用,能让用户将说明文本、数学方程、代码和可视化内容全部组合到一个易于共享的文档中。
why
- 将代码和文档结合在一起,更直观的编写人工智能,大数据的代码
- 分块运行
- 直接运行shell不需要切换环境
- so on
how
- Download images
1 | $docker pull jupyter jupyter/scipy-notebook:latest |
- docker logs -f container’s ID and find token
1 | To access the notebook, open this file in a browser: |
- more info visit official docs
- enjoy (pics powered by cherevero)