This theme should look ok with the myst-nb extension.
myst-nb
a = "This is " b = "Python" print(f"{a}{b}")
This is Python