File size: 315 Bytes
3c1a832
 
 
 
 
1e69bd6
 
 
 
3c1a832
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)