File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ def html(self):
6666 options = "&" .join ([f"{ key } ={ value } " for key , value in replite_options .items ()])
6767
6868 return (
69- f'<iframe src="/ { JUPYTERLITE_DIR } /repl/index.html?{ options } "'
69+ f'<iframe src="{ JUPYTERLITE_DIR } /repl/index.html?{ options } "'
7070 f'width="{ self ["width" ]} " height="{ self ["height" ]} " style="{ IFRAME_STYLE } "></iframe>'
7171 )
7272
@@ -117,9 +117,9 @@ def html(self):
117117 notebook = self ["notebook" ]
118118
119119 src = (
120- f"/ { JUPYTERLITE_DIR } /{ self .lite_app } /{ self .notebooks_path } ?path={ notebook } "
120+ f"{ JUPYTERLITE_DIR } /{ self .lite_app } /{ self .notebooks_path } ?path={ notebook } "
121121 if notebook is not None
122- else f"/ { JUPYTERLITE_DIR } /{ self .lite_app } "
122+ else f"{ JUPYTERLITE_DIR } /{ self .lite_app } "
123123 )
124124
125125 return (
You can’t perform that action at this time.
0 commit comments