1 .先安装 Anaconda3
2.安装好后:
cd 到想要打开jupter notebook的目录,然后在目录下执行
jupyter notebook
3.浏览器自动打开的页面:
4. 基本快捷键
1. 按a 表示 下方插入 cell
2. 按 b 表示下方插入cell
shift+tab 查看某个方法的参数: