当前位置:   article > 正文

jupyter快捷键、markdown语法及markdown的算式语法_jupyterlab怎么表示加减乘除

jupyterlab怎么表示加减乘除

jupyter的快捷键

Jupyter Notebook 有两种键盘输入模式。编辑模式,允许你往单元中键入代码或文本;这时的单元框线是绿色的。命令模式,键盘输入运行程序命令;这时的单元框线是灰色。

命令模式 (按键 Esc 开启)

快捷键作用
Enter转入编辑模式
Shift-Enter运行本单元,选中下个单元
Ctrl-Enter运行本单元
Alt-Enter运行本单元,在其下插入新单元
Y单元转入代码状态
M单元转入markdown状态
R单元转入raw状态
1设定 1 级标题
2设定 2 级标题
3设定 3 级标题
4设定 4 级标题
5设定 5 级标题
6设定 6 级标题
Up选中上方单元
K选中上方单元
Down选中下方单元
J选中下方单元
Shift-K扩大选中上方单元
Shift-J扩大选中下方单元
A在上方插入新单元
B在下方插入新单元
X剪切选中的单元
C复制选中的单元
Shift-V粘贴到上方单元
V粘贴到下方单元
Z恢复删除的最后一个单元
D,D删除选中的单元
Shift-M合并选中的单元
Ctrl-S文件存盘
S文件存盘
L转换行号
O转换输出
Shift-O转换输出滚动
Esc关闭页面
Q关闭页面
H显示快捷键帮助
I,I中断Notebook内核
0,0重启Notebook内核
Shift忽略
Shift-Space向上滚动
Space向下滚动

编辑模式 ( Enter 键启动)

快捷键作用
Tab代码补全或缩进
Shift-Tab提示
Ctrl-]缩进
Ctrl-[解除缩进
Ctrl-A全选
Ctrl-Z复原
Ctrl-Shift-Z再做
Ctrl-Y再做
Ctrl-Home跳到单元开头
Ctrl-Up跳到单元开头
Ctrl-End跳到单元末尾
Ctrl-Down跳到单元末尾
Ctrl-Left跳到左边一个字首
Ctrl-Right跳到右边一个字首
Ctrl-Backspace删除前面一个字
Ctrl-Delete删除后面一个字
Esc进入命令模式
Ctrl-M进入命令模式
Shift-Enter运行本单元,选中下一单元
Ctrl-Enter运行本单元
Alt-Enter运行本单元,在下面插入一单元
Ctrl-Shift–分割单元
Ctrl-Shift-Subtract分割单元
Ctrl-S文件存盘
Shift忽略
Up光标上移或转入上一单元
Down光标下移或转入下一单

markdown数学算法表达式

我们在用markdown写文档时有时候少不了需要插入一些公式,然而markdown公式输入远没有word这么直观.
有很多复杂的格式和符号的英语缩写需要记忆,经常是刚用完,过几天不用又都忘记了
因此在这里将数学公式的Latex编辑方式做一个整理,以方便自己和读者今后使用。
  • 1
  • 2
  • 3

注意将markdown的算式用$或者$$进行包裹

  • 两个$符号

这 是 d o l l o r 符 号 这是dollor符号 dollor

  • 一个$符号

这是 d o l l o r dollor dollor符号

分号

算式markdown
7 x + 5 1 + y 2 \frac{7x+5}{1+y^2} 1+y27x+5\frac{7x+5}{1+y^2}

下标

算式markdown
z = z l z=z_l z=zlz=z_l
z = z 11 z = z_{11} z=z11z_{11}

省略号

省略号markdown
⋯ \cdots \cdots

行间公式

行间公式markdown
d d x e a x = a e a x \frac{d}{dx}e^{ax}=ae^{ax}\quad dxdeax=aeax\frac{d}{dx}e{ax}=ae{ax}\quad }
∑ i = 1 n ( X i − X ‾ ) 2 \sum_{i=1}^{n}{(X_i - \overline{X})^2} i=1n(XiX)2\sum_{i=1}^{n}{(X_i - \overline{X})^2

开根号

算式markdown
2 ; 3 n \sqrt{2};\sqrt[n]{3} 2 ;n3 \sqrt{2};\sqrt[n]{3}

矢量

算式markdown
a ⃗ ⋅ b ⃗ = 0 \vec{a} \cdot \vec{b}=0 a b =0\vec{a} \cdot \vec{b}=0

微积分

算式markdown
∫ 3 2 x 2 d x \int ^2_3 x^2 {\rm d}x 32x2dx\int ^2_3 x^2 {\rm d}x
∬ \iint \iint
∭ \iiint \iiint
∮ \oint \oint
d \mathrm{d} d\mathrm{d}
′ \prime \prime
lim ⁡ \lim lim\lim
∞ \infty \infty
∂ \partial \partial
s u m sum sum\sum
∇ \nabla \nabla

极限

算式markdown
lim ⁡ n → + ∞ n \lim_{n\rightarrow+\infty} n limn+n\lim_{n\rightarrow+\infty} n

累加

算式markdown
∑ 1 i 2 \sum \frac{1}{i^2} i21\sum \frac{1}{i^2}
∑ i = 1 n ( X i − X ‾ ) 2 \sum_{i=1}^{n}{(X_i - \overline{X})^2} i=1n(XiX)2\sum_{i=1}^{n}{(X_i - \overline{X})^2
∑ i = 1 10 i \sum_{i=1}^{10}i i=110i\sum_{i=1}^{10}i

累乘

算式markdown
∏ 1 i 2 \prod \frac{1}{i^2} i21\prod \frac{1}{i^2}
∏ i = 1 n i \prod_{i=1}^{n}i i=1ni\prod_{i=1}^{n}i

公式编号,两个$紧紧围住

算式markdown
∑ e x a m p l e = 5 100 (4) \sum_{example=5}^{100}\tag{4} example=5100(4)\tag(4)
e i θ = c o s θ + sin ⁡ θ i (1) e^{i\theta}=cos\theta+\sin\theta i\tag{1} eiθ=cosθ+sinθi(1)e^{i\theta}=cos\theta+\sin\theta i\tag{1}
e i = c o s θ + sin ⁡ θ i (2) e^i=cos\theta+\sin\theta i\tag{2} ei=cosθ+sinθi(2)e^{i\theta}=cos\theta+\sin\theta i\tag{2}

矩阵

算式markdown
1 2 3 4 5 6 7 8 9
123456789
147258369
123456 \789
[ 1 2 3 4 5 6 7 8 9 ] \left[
123456789
\right]
147258369
\left[
123\456\789
\right]
$
(123\456\789)
$
(123\456\789)
[ 1 2 3 4 5 6 7 8 9 ]
[123456789]
147258369
[123\456\789]
{ 1 2 3 4 5 6 7 8 9 }
{123456789}
147258369
\begin{pmatrix}1 & 2 & 3 \4 & 5 & 6 \7 & 8 & 9 \end{pmatrix }
∣ 1 2 3 4 5 6 7 8 9 ∣
|123456789|
147258369
|123\456\789|
∥ 1 2 3 4 5 6 7 8 9 ∥
123456789
147258369
123\456\789

帽子符号

样式namemarkdown
x ^ \hat{x} x^帽号\hat{x}
x ~ \tilde{x} x~波浪帽号\tilde{x}
x ˘ \breve{x} x˘倒尖帽子\breve{x}
x ˋ \grave{x} xˋ声调帽子\grave{x}
x ˇ \check{x} xˇ倒尖帽子\check{x}
x ˊ \acute{x} xˊ省道帽子\acute{x}
a b c d e f g ^ \widehat{abcdefg} abcdefg 大帽子\widehat{abcdefg}
a b c d e f g ~ \widetilde{abcdefg} abcdefg 大帽子\widetilde{abcdefg}

希腊字母

字母markdown
A A AA
α \alpha α\alpha
B B BB
β \beta β\beta
Γ \Gamma Γ\Gamma
γ \gamma γ\gamma
Δ \Delta Δ\Delta
δ \delta δ\delta
E E EE
ϵ \epsilon ϵ\epsilon
ε \varepsilon ε\varepsilon
Z Z ZZ
ζ \zeta ζ\zeta
H H HH
η \eta η\eta
Θ \Theta Θ\Theta
θ \theta θ\theta
I I II
ι \iota ι\iota
K K KK
ℓ \ell \ell
κ \kappa κ\kappa
Λ \Lambda Λ\Lambda
λ \lambda λ\lambda
M M MM
μ \mu μ\mu
N N NN
ν \nu ν\nu
Ξ \Xi Ξ\Xi
ξ \xi ξ\xi
O O OO
ο \omicron ο\omicron
Π \Pi Π\Pi
π \pi π\pi
P P PP
ρ \rho ρ\rho
Σ \Sigma Σ\Sigma
σ \sigma σ\sigma
T T TT
τ \tau τ\tau
Υ \Upsilon Υ\Upsilon
υ \upsilon υ\upsilon
Φ \Phi Φ\Phi
ϕ \phi ϕ\phi
φ \varphi φ\varphi
X X XX
χ \chi χ\chi
Ψ \Psi Ψ\Psi
ψ \psi ψ\psi
Ω \Omega Ω\Omega
ω \omega ω\omega

三角函数

三角函数markdown
s i n θ sin{\theta} sinθ\sin{\theta}
tan ⁡ θ \tan{\theta} tanθ\tan{\theta}
cos ⁡ x \cos{x} cosx\cos{\x}
cot ⁡ x \cot{x} cotx\cot{\x}
sec ⁡ x \sec{x} secx\sec{x}
csc ⁡ x \csc{x} cscx\csc{x}
⊥ \bot \bot
∠ A \angle A A\angle A

对数函数

算式markdown
ln ⁡ 15 \ln15 ln15\ln15
log ⁡ 3 12 \log_3{12} log312\log_3^{12}
lg ⁡ 7 \lg7 lg7\lg7

关系运算符

运算符markdown
± \pm ±\pm
× \times ×\times
÷ \div ÷\div
∑ \sum \sum
∣ \mid \mid
∤ \nmid \nmid
⨀ \bigodot \bigodot
⊙ \odot \odot
⨂ \bigotimes \bigotimes
⊗ \otimes \otimes
⨁ \bigoplus \bigoplus
⊕ \oplus \oplus
∐ \coprod \coprod
∏ \prod \prod
≠ \neq =\neq
≡ \equiv \equiv
≤ \leq \leq
≥ \geq \geq
≈ \approx \approx
KaTeX parse error: Undefined control sequence: \blackslash at position 1: \̲b̲l̲a̲c̲k̲s̲l̲a̲s̲h̲\blackslash
≺ \prec \prec
≻ \succ \succ
⪯ \preceq \preceq
⪰ \succeq \succeq
≪ \ll \ll
≫ \gg \gg
≐ \doteq \doteq
∼ \sim \sim
≃ \simeq \simeq
≅ \cong \cong
∥ \parallel \parallel
⋈ \bowtie \bowtie
⋈ \Join \Join
⊣ \dashv \dashv
≍ \asymp \asymp
⌢ \frown \frown
⊐ \sqsupset \sqsupset
⊒ \sqsupseteq sqsupseteq
∝ \propto \propto
⊢ \vdash \vdash
⌣ \smile \smile

括号

运算符markdown
{ a + x } \lbrace a+x\rbrace {a+x}\lbrace a+x \rbrace
⟨ x ⟩ \langle x \rangle x\langle x \rangle
⌈ x 2 ⌉ \lceil\frac{x}{2}\rceil 2x\lceil \frac{x}{2} \rceil
⌊ x ⌋ \lfloor x\rfloor x\lfloor x \rfloor
{ ∑ i = 0 n i 2 = 2 a x 2 + 1 } \lbrace \sum_{i=0}^{n}i^{2}=\frac{2a}{x^2+1} \rbrace {i=0ni2=x2+12a}\lbrace \sum_{i=0}{n}i{2}=\frac{2a}{x^2+1} \rbrace
{ ∑ i = 0 n i 2 = 2 a x 2 + 1 } \left\lbrace \sum_{i=0}^{n}i^{2}=\frac{2a}{x^2+1} \right\rbrace {i=0ni2=x2+12a}\left\lbrace \sum_{i=0}{n}i{2}=\frac{2a}{x^2+1} \right\rbrace
括号加大
显示markdown含义
[ \big [ [\big [较大的左中括号
[ \bigg [ [\big [较大大的左中括号
[ \Big [ [\big [较大大大大的左中括号
[ \Bigg [ [\big [较大大大大大的左中括号

当然对很多符号都有放大效果

符号加粗

对符号进行加粗
  • 1
显示效果类型markdown
123 a v A \mathbf{123avA} 123avA加粗普通数学符号\mathbf{123avA}
λ \pmb{\lambda } λλλ加粗希腊字母\pmb{\lambda }
η \boldsymbol{\eta} η斜体加粗希腊字符\boldsymbol{\eta}

集合运算符

显示markdown解释
∅ \emptyset \emptyset空集
∈ \in \in
∉ \notin /\notin
⊃ \supset \supset
⊂ \subset \subset子集运算
⊄ \not\subset \not\subset非子集
⊆ \subseteq \subseteq真子集运算
⊇ \supseteq \supseteq
⋂ \bigcap \bigcap
⋃ \bigcup \bigcup
⋁ \bigvee \bigvee
⋀ \bigwedge \bigwedge
⨄ \biguplus \biguplus
⨆ \bigsqcup \bigsqcup
Z \mathbb{Z} Z\mathbb{Z}自然数集
R \mathbb{R} R\mathbb{R}实数集
∖ \setminus \setminus差集运算
⨀ \bigodot \bigodot同或运算
⨂ \bigotimes \bigotimes同与运算

逻辑运算符

显示markdown
∵ \because \because
∴ \therefore \therefore
∀ \forall \forall
∃ \exists \exists
≠ \not= =\not=
≯ \not> >\not>
≮ \not< <\not<
¬ \neg ¬\neg

箭头符号

显示markdown
↑ \uparrow \uparrow
↓ \downarrow \downarrow
→ \rightarrow \rightarrow
← \leftarrow \leftarrow
⇑ \Uparrow \Uparrow
⇓ \Downarrow \Downarrow
⇒ \Rightarrow \Rightarrow
⇐ \Leftarrow \Leftarrow
⇕ \Updownarrow \Updownarrow
⟶ \longrightarrow \longrightarrow
⟵ \longleftarrow \longleftarrow
⟹ \Longrightarrow \Longrightarrow
⟸ \Longleftarrow \Longleftarrow
⇌ \rightleftharpoons \rightleftharpoons
   ⟺    \iff \iff
↗ \nearrow \nearrow
↙ \swarrow \swarrow
↘ \searrow \searrow
↖ \nwarrow \nwarrow
↕ \updownarrow \updownarrow
↼ \leftharpoonup \leftharpoonup
⇀ \rightharpoonup \rightharpoonup
↽ \leftharpoondown \leftharpoondown
⇁ \rightharpoondown \rightharpoondown

括号

左括号markdown右括号markdown
⟨ \langle \langle ⟩ \rangle \rangle
⌈ \lceil \lceil ⌉ \rceil \rceil
⌊ \lfloor \floor ⌋ \rfloor \rfloor
{ \lbrace {\lbrace } \rbrace }\rbrace

条件表达式

显示markdown
f ( n ) = { n / 2 , if  n  is even 3 n + 1 , if  n  is odd f(n) =
{n/2,if n is even3n+1,if n is odd
f(n)={n/2,3n+1,if n is evenif n is odd
f(n) =\begin{cases}n/2, & \text{if n n n is even} \3n+1, & \text{if n n n is odd}\end{cases}
if  n  is even: n / 2 if  n  is odd: 3 n + 1 } = f ( n ) \left.
if n is even:n/2if n is odd:3n+1
\right\} =f(n)
if n is even:if n is odd:n/23n+1}=f(n)
\left.\begin{array}{l} \text{if n n n is even:}&n/2\ \text{if n n n is odd:}&3n+1 \end{array} \right} =f(n)

补充说明

使用 begin{cases}来创造一组条件表达式
在每一行条件中插入 &来指定需要对齐的内容
并在每一行结尾处使用 \\表示换行,以 end{cases}结束

连线符号

显示markdown
a+b+c+d \fbox{a+b+c+d} a+b+c+d\fbox{a+b+c+d}
a + b + c + d ← \overleftarrow{a+b+c+d} a+b+c+d \overleftarrow{a+b+c+d}
a + b + c + d → \overrightarrow{a+b+c+d} a+b+c+d \overrightarrow{a+b+c+d}
a + b + c + d ↔ \overleftrightarrow{a+b+c+d} a+b+c+d \overleftrightarrow{a+b+c+d}
a + b + c + d ← \underleftarrow{a+b+c+d} a+b+c+d\underleftarrow{a+b+c+d}
a + b + c + d → \underrightarrow{a+b+c+d} a+b+c+d\underrightarrow{a+b+c+d}
a + b + c + d ↔ \underleftrightarrow{a+b+c+d} a+b+c+d\underleftrightarrow{a+b+c+d}
a + b + c + d ‾ \overline{a+b+c+d} a+b+c+d\overline{a+b+c+d}
a + b + c + d ‾ \underline{a+b+c+d} a+b+c+d\underline{a+b+c+d}
a + b + c + d ⏞ S a m p l e \overbrace{a+b+c+d}^{Sample} a+b+c+d Sample\overbrace{a+b+c+d}^{Sample}
a + b + c + d ⏟ S a m p l e \underbrace{a+b+c+d}_{Sample} Sample a+b+c+d\underbrace{a+b+c+d}_{Sample}
a + b + c ⏟ 1.0 + d ⏞ 2.0 \overbrace{a+\underbrace{b+c}_{1.0}+d}^{2.0} a+1.0 b+c+d 2.0\overbrace{a+\underbrace{b+c}_{1.0}+d}^{2.0}
a ⋅ a ⋯ a ⏟ b  times \underbrace{a\cdot a\cdots a}_{b\text{ times}} b times aaa\underbrace{a\cdot a\cdots a}_{b\text{ times}}

颜色转换

\color{颜色}{主体}来进行修改文字颜色

需要浏览器支持

显示颜色
c o l o r \color{black}{color} colorblack
c o l o r \color{silver}{color} colorsilver
c o l o r \color{maroon}{color} colormaroon
c o l o r \color{yellow}{color} coloryellow
c o l o r \color{olive}{color} colorolive
c o l o r \color{teal}{color} colorteal
c o l o r \color{blue}{color} colorblue
c o l o r \color{purple}{color} colorpurple
c o l o r \color{grey}{color} colorgrey
c o l o r \color{white}{color} colorwhite
c o l o r \color{red}{color} colorred
c o l o r \color{lime}{color} colorlime
c o l o r \color{green}{color} colorgreen
c o l o r \color{auqa}{color} colorauqa
c o l o r \color{navy}{color} colornavy
c o l o r \color{fuchsia}{color} colorfuchsia
c o l o r \color{#000000}{color} color\color{#000000}{color}

字体转换

使用格式{\rm text}或\rm{text}

显示markdownname
t e x t {\rm text} text{\rm text}罗马体
t e x t {\it text} text{\it text}意大利体
t e x t {\bf text} text{\bf text}
t e x t {\sf text} text{\sf text}等线体
KaTeX parse error: Undefined control sequence: \mit at position 2: {\̲m̲i̲t̲ ̲text}{\mit text}数学斜体
t e x t {\tt text} text{\tt text}打字机体
KaTeX parse error: Undefined control sequence: \scr at position 2: {\̲s̲c̲r̲ ̲text}{\scr text}手写体
t e x t {\frak text} text{\frak text}旧德式字体
t e x t \Bbb{text} text\Bbb{text}黑板粗体
A B C d e f \mathit{ABCdef} ABCdef

数学字符的其他转换

显示markdownname
A \mathbb{A} A\mathbb{A}双层显示
A \mathcal{A} A\mathcal{A}
A \boldsymbol{A} A\boldsymbol{A}加粗

显示markdown含义
… \ldots \dots三个点
⋯ \cdots \cdots
⋅ \cdot \cdot点乘
˙ ˙ ˙ \dot{\dot{\dot{}}} ˙˙˙\dot{\dot{\dot{}}}多个点
⋮ \vdots \vdots
⋱ \ddots \ddots

数学符号

显示markdown含义
ı \imath ı\imath虚数
ȷ \jmath ȷ\jmath实数
a ˙ \dot{a} a˙\dot{a}一阶导数
a ¨ \ddot{a} a¨\ddot{a}二阶导数

其他符号

显示markdown含义
ℜ \Re \Re
ℑ \Im \Im
⊥ \bot \bot
¬ \neg ¬\neg or lnot
⊤ \top \top
♡ \heartsuit \heartsuit心形
♭ \flat \flat
□ \Box \Box
♣ \clubsuit \clubsuit
♮ \natural \natural
ℵ \aleph \aleph
℧ \mho \mho
△ \triangle \triangle三角形
♢ \diamondsuit \diamondsuit
◊ \Diamond \Diamond钻石符号(菱形)
♠ \spadesuit \spadesuit黑桃符号
♯ \sharp \sharp
℘ \wp \wp
ℓ \ell \ell
† \dag \dag
‡ \ddag \ddag
© \copyright c\copyright版权符号
£ \pounds £\pounds

空格

  • $~~~~$
    波浪线越多,空格越大
    还有更多方法:参考这里

特殊符号

显示markdown含义
⊥ \perp \perp垂直符号
τ \tau τ\tautau
∼ \sim \sim波浪号
∀ \forall \forall任意
∃ \exists \exists存在

AMS 定界符

显示markdown
┌ \ulcorner \ulcorner
┐ \urcorner \urcorner
└ \llcorner \llcorner
┘ \lrcorner \lrcorner
∣ \vert \lvert
∣ \rvert \rvert
∥ \lVert \lVert
∥ \rVert rVert
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/297673
推荐阅读
相关标签
  

闽ICP备14008679号