Skip to content

Commit 12f9586

Browse files
melissawmCarreau
andauthored
Add rawsource to Element call in InTab
Co-authored-by: M Bussonnier <[email protected]>
1 parent 77c515e commit 12f9586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlite_sphinx/jupyterlite_sphinx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def __init__(
128128
self.lab_src = f'{prefix}/{app_path}{f"?{options}" if options else ""}'
129129

130130
super().__init__(
131-
"",
131+
rawsource,
132132
**attributes,
133133
)
134134

0 commit comments

Comments
 (0)