基本使用
- 启动: 在终端中录入
jupyter notebook
,回车即可 - 快捷键:
- 添加
cell
:a
或者b
- 删除:
x
- 修改
cell
模式:- m:
Markdown
模式 - y :
code
模式
- m:
- 执行
cell
:shift+enter
tab
: 自动补全- 打开帮助文档:
shift+tab
- 添加
- 在idea中使用 jupyter
pip install jupyter notebook
- ctrl + enter : 运行cell
- shift + enter : 新建cell