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):
66
66
options = "&" .join ([f"{ key } ={ value } " for key , value in replite_options .items ()])
67
67
68
68
return (
69
- f'<iframe src="{ JUPYTERLITE_DIR } /repl/index.html?{ options } "'
69
+ f'<iframe src="/ { JUPYTERLITE_DIR } /repl/index.html?{ options } "'
70
70
f'width="{ self ["width" ]} " height="{ self ["height" ]} " style="{ IFRAME_STYLE } "></iframe>'
71
71
)
72
72
@@ -117,9 +117,9 @@ def html(self):
117
117
notebook = self ["notebook" ]
118
118
119
119
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 } "
121
121
if notebook is not None
122
- else f"{ JUPYTERLITE_DIR } /{ self .lite_app } "
122
+ else f"/ { JUPYTERLITE_DIR } /{ self .lite_app } "
123
123
)
124
124
125
125
return (
You can’t perform that action at this time.
0 commit comments