This is a post with executable code. test de texte hhg
from%20pathlib%20import%20Path%0Aimport%20marimo%20as%20mo%0Aimport%20matplotlib.pyplot%20as%20plt%0Aimport%20os%0Astyle_path%20%3D%20Path(__file__).parent%20%2F%20%20%22python%22%20%2F%20%22matplotlib_medium.txt%22%0Aprint(os.getcwd())%0Amo.md(os.getcwd())%0Afrom%20pathlib%20import%20Path%0A%5Bstr(p)%20for%20p%20in%20Path(%22.%2F__marimo__%22).iterdir()%5D
fig%2C%20ax%20%3D%20plt.subplots()%0Aax.plot(%5B0%2C%200%5D%2C%20%5B0%2C%201%5D)%0Afig%20