To improve the notebooks preview, we could try out the way DestinE does it here: https://destination-earth.github.io/DestinE-DataLake-Gallery/hda/ They are using a different class for the notebooks blocks called `notebook-card`: https://github.com/destination-earth/DestinE-DataLake-Gallery/blob/9063686e28f2ab874f0de8e665fd453eb25187ce/scripts/generate_gallery_md.py#L40 We need to adapt our script to use the same class, which would replace the default grids called via the `gallery-grid` here https://github.com/EOPF-Sample-Service/eopf-sample-notebooks/blob/main/generate_gallery.py#L361-L364
To improve the notebooks preview, we could try out the way DestinE does it here: https://destination-earth.github.io/DestinE-DataLake-Gallery/hda/
They are using a different class for the notebooks blocks called
notebook-card:https://github.com/destination-earth/DestinE-DataLake-Gallery/blob/9063686e28f2ab874f0de8e665fd453eb25187ce/scripts/generate_gallery_md.py#L40
We need to adapt our script to use the same class, which would replace the default grids called via the
gallery-gridhere https://github.com/EOPF-Sample-Service/eopf-sample-notebooks/blob/main/generate_gallery.py#L361-L364