Jhsmit's picture
initial commit
3c1a832
raw
history blame
198 Bytes
from pathlib import Path
import solara
from solara.website.components.notebook import Notebook
@solara.component
def Page():
Notebook(Path("monomer_dimer.ipynb"), show_last_expressions=True)