Spaces:
Runtime error
Runtime error
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 | |
def Page(): | |
Notebook(Path("monomer_dimer.ipynb"), show_last_expressions=True) | |