Skip to content

Commit ec1c41d

Browse files
Fix missing kernels in CircleCI deployments
Co-Authored-By: Loïc Estève <[email protected]>
1 parent 0519199 commit ec1c41d

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
@@ -512,7 +512,7 @@ def run(self):
512512

513513
iframe_parent_div_id = uuid4()
514514
iframe_div_id = uuid4()
515-
iframe_src = f'{prefix}/{app_path}{f"?{options}" if options else ""}'
515+
iframe_src = f'{prefix}/{app_path}{f"index.html?{options}" if options else ""}'
516516

517517
# Parent container (initially hidden)
518518
iframe_parent_container_div_start = (

0 commit comments

Comments
 (0)