From 12f958670add203e8cffa25bb1bb57ab154e7f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Wed, 17 Apr 2024 11:28:31 -0300 Subject: [PATCH] Add rawsource to Element call in InTab Co-authored-by: M Bussonnier --- jupyterlite_sphinx/jupyterlite_sphinx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterlite_sphinx/jupyterlite_sphinx.py b/jupyterlite_sphinx/jupyterlite_sphinx.py index 702b9ac..d560431 100644 --- a/jupyterlite_sphinx/jupyterlite_sphinx.py +++ b/jupyterlite_sphinx/jupyterlite_sphinx.py @@ -128,7 +128,7 @@ def __init__( self.lab_src = f'{prefix}/{app_path}{f"?{options}" if options else ""}' super().__init__( - "", + rawsource, **attributes, )