终端运行jupyter notebook

Posted IE06

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了终端运行jupyter notebook相关的知识,希望对你有一定的参考价值。

艾玛,真的很神奇啊,使用pip install nbterm进行安装。由于是命令行,没有按钮,所以必须记住快捷键
使用nbterm my_notebook.ipynb可以创建一个新的文本。

1. 模式切换

首先是模式切换:

  • enter: 进入编辑模式
  • esc: 进入控制模式

两者的区别在于当前行的颜色,编辑模式是白色,控制模式是全黑。
比如下面是控制模式:
在这里插入图片描述
下面是编辑模式:
在这里插入图片描述

2. 控制模式

控制模式的快捷键如下:

up: select cell above.
down: select cell below.
ctrl-up: move cell above.
ctrl-down: move cell below.
a: insert cell above.
b: insert cell below.
x: cut the cell.
c: copy the cell.
ctrl-v: paste cell above.
v: paste cell below.
o: set as code cell.
m: set as Markdown cell.
l: clear cell outputs.
ctrl-e: run cell.
ctrl-r: run cell and select below.
ctrl-s: save.
ctrl-q: exit.
ctrl-h: show help.

以上是关于终端运行jupyter notebook的主要内容,如果未能解决你的问题,请参考以下文章

jupyter notebook 的安装及使用

终端运行jupyter notebook

一日一技:如何从多个Jupyter Notebook中找到需要代码段

怎样结束jupyter?

Ubuntu 20.04 下Jupyter notebook配置

在 jupyter notebook 中循环传入类似终端的命令的值