Jupyter notebooks

This theme should look ok with the myst-nb extension.

a = "This is "
b = "Python"
print(f"{a}{b}")
This is Python