Jupyter notebooks $el.setAttribute('data-tooltip', 'Copy link to this element'), 2000)" aria-label="Copy link to this element" class="headerlink" data-tooltip="Copy link to this element" href="#jupyter-notebooks">
This theme should look ok with the myst-nb
extension.
a = "This is "
b = "Python"
print(f"{a}{b}")
This is Python