Jupyter 基础知识 发表评论 1990 views Jupyter概述 Jupyter Notebook 1 Jupyter安装与启动 1.1 安装 1.2 启动 2 notebook界面 3 代码单元格 4 Markdown 单元格 5 快捷键 6 Magic 关键字 7 Notebook 扩展插件 8 其他技巧补充 JupyterLab JupyterHub Voilà nbviewer Widgets 1 其他补充 Jupyter概述 Project Jupyter是一个非营利性的开源项目,诞生于2014年的IPython项目,该项目支持跨所有编程语言的交互式数据科学和科学计算,并承认永久性开源免费。 目前Jup Read more