Skip to content

Commit

Permalink
Disable code execution for NumPy REPL (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal authored Jan 28, 2025
1 parent b2a8823 commit 3bfce2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/shell.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- Interactive Shell -->
<iframe
class="numpy-shell"
src="https://jupyterlite.github.io/demo/repl/?toolbar=1&kernel=python&code=import%20numpy%20as%20np"
src="https://jupyterlite.github.io/demo/repl/?toolbar=1&kernel=python&execute=0&code=import%20numpy%20as%20np"
>
</iframe>
</div>
Expand Down

0 comments on commit 3bfce2f

Please sign in to comment.