Test of myst-nb extension in ipynb file#
Simple calculation#
1 + 1
2
Use of plotly package#
import plotly.express
import plotly.graph_objects
fig = plotly.express.line(x=[1, 2, 3], y=[3, 5, 4])
plotly.graph_objects.FigureWidget(fig)
Math equations#
\[
\exp(i\pi) = -1
\]
An inline equation: \(\sqrt{2} = 1.414213562\)
\[\begin{split}
\begin{pmatrix} a & b \\ c & d \end{pmatrix}
\end{split}\]
\[
\|\bm{a}\|^2 + \|\bm{b}\|^2 = \|\bm{c}\|^2
\]
Directive#
Note
Test of note
directive.