File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ def collect_notebooks():
232232 abs_path = os .path .join (dirpath , file )
233233 rel_path = os .path .relpath (abs_path , ROOT_DIR ).replace ("\\ " , "/" )
234234 p = pathlib .Path (rel_path )
235- repo_path = pathlib .Path (* p .parts [3 :])
235+ repo_path = pathlib .Path (* p .parts [2 :])
236236 meta = extract_frontmatter (abs_path )
237237 nb = nbformat .read (abs_path , as_version = 4 )
238238 image = meta .get ("image" ) or extract_last_image (nb , rel_path )
Original file line number Diff line number Diff line change 1414 < script src ="https://cdn.jsdelivr.net/npm/@luigi-project/client@2.21.1/luigi-client.js "> </ script >
1515</ head >
1616
17- < body class ="light responsive large-padding ">
17+ < body class ="light surface-container large-padding ">
1818 < article class ="surface-container-lowest large-padding ">
1919 < h4 > Example Explorer</ h1 >
2020 < eox-itemfilter
21- class ="large -margin "
21+ class ="top -margin "
2222 id ="catalog "
2323 style ="--form-flex-direction: row; --card-gap: 10px; --card-width: 270px; --card-height: 200px; --card-border-radius: 8px; "
2424 >
You can’t perform that action at this time.
0 commit comments