マークダウンの動作確認#
import numpy
import plotly.express
x = numpy.linspace(0.0, 2.0, 101)
y = numpy.sin(x)
fig = plotly.express.line(
x=x,
y=y,
labels={"x": "$x$", "y": "$y$"},
title=r"$\text{Sample plot} \ y = \sin{x}$",
)
fig.show(renderer="notebook_connected")
\[
\|\bm{a}\|^2 + \|\bm{b}\|^2 = \|\bm{c}\|^2
\]
Note
note のテスト
Sphinx の role のテスト: \(x\)