Fix #1482 - Add utils.py to the list of modules (#1485)

This commit is contained in:
Andrea Giammarchi
2023-05-25 10:39:07 +02:00
committed by GitHub
parent 856bf8f5fb
commit 538aac9a28

View File

@@ -27,7 +27,7 @@
</nav>
<section class="pyscript">
<h1 class="font-semibold text-2xl ml-5">Custom REPL</h1>
<py-tutor modules="antigravity.py">
<py-tutor modules="utils.py;antigravity.py">
<py-config>
packages = [
"bokeh",