Jupyter Notebook
python -m pip install --upgrade pip
python -m pip install jupyter
jupyter notebook基本使用
# 常用快捷键
a: 向下插入一个cell
b: 向上插入一个cell
m: 将cell的类型切换为markdown类型
y: 将cell的类型切换为code类型
shift+enter: 执行cell
shift+tab: help文档Last updated
python -m pip install --upgrade pip
python -m pip install jupyter
jupyter notebook# 常用快捷键
a: 向下插入一个cell
b: 向上插入一个cell
m: 将cell的类型切换为markdown类型
y: 将cell的类型切换为code类型
shift+enter: 执行cell
shift+tab: help文档Last updated