diff --git a/src/jupyterlite_sphinx.py b/src/jupyterlite_sphinx.py index 8d7835c..98472e1 100644 --- a/src/jupyterlite_sphinx.py +++ b/src/jupyterlite_sphinx.py @@ -66,7 +66,7 @@ def html(self): options = "&".join([f"{key}={value}" for key, value in replite_options.items()]) return ( - f'' ) @@ -117,9 +117,9 @@ def html(self): notebook = self["notebook"] src = ( - f"{JUPYTERLITE_DIR}/{self.lite_app}/{self.notebooks_path}?path={notebook}" + f"/{JUPYTERLITE_DIR}/{self.lite_app}/{self.notebooks_path}?path={notebook}" if notebook is not None - else f"{JUPYTERLITE_DIR}/{self.lite_app}" + else f"/{JUPYTERLITE_DIR}/{self.lite_app}" ) return (