Skip to content

Commit 3d7e765

Browse files
Change prompt cell position for REPL
1 parent 70860bf commit 3d7e765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/shell.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<!-- Interactive Shell -->
1818
<iframe
1919
class="numpy-shell"
20-
src="https://jupyterlite.github.io/demo/repl/?toolbar=1&kernel=python&execute=0&code=import%20numpy%20as%20np"
20+
src="https://jupyterlite.github.io/demo/repl/?toolbar=1&kernel=python&promptCellPosition=left&execute=0&code=import%20numpy%20as%20np"
2121
>
2222
</iframe>
2323
</div>

0 commit comments

Comments
 (0)