Skip to content

Commit 538aac9

Browse files
Fix #1482 - Add utils.py to the list of modules (#1485)
1 parent 856bf8f commit 538aac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/repl2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</nav>
2828
<section class="pyscript">
2929
<h1 class="font-semibold text-2xl ml-5">Custom REPL</h1>
30-
<py-tutor modules="antigravity.py">
30+
<py-tutor modules="utils.py;antigravity.py">
3131
<py-config>
3232
packages = [
3333
"bokeh",

0 commit comments

Comments
 (0)