import glob from pathlib import Path from fastcore.all import * from nb2fasthtml.core import * from execnb.nbio import *
nbs = L(Path('../nbs').glob('*.ipynb')) nbs
nbs = sorted(nbs) nbs
x = nbs[-2] x
read_nb(x)
render_nb(x)