Skip to content

Commit 3bfce2f

Browse files
Disable code execution for NumPy REPL (#824)
1 parent b2a8823 commit 3bfce2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/shell.html

+1-1
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&code=import%20numpy%20as%20np"
20+
src="https://jupyterlite.github.io/demo/repl/?toolbar=1&kernel=python&execute=0&code=import%20numpy%20as%20np"
2121
>
2222
</iframe>
2323
</div>

0 commit comments

Comments
 (0)