from pathlib import Path import solara from solara.website.components.notebook import Notebook from mh_chem_markdown import _markdown_template solara.components.markdown._markdown_template = _markdown_template @solara.component def Page(): Notebook(Path("monomer_dimer.ipynb"), show_last_expressions=True)