we cannot use ../build paths in the main examples/ directory (#1275)

This commit is contained in:
Antonio Cuni
2023-03-11 11:35:26 +01:00
committed by GitHub
parent 755b98a8c0
commit e8d92d0d34
21 changed files with 27 additions and 24 deletions

View File

@@ -28,7 +28,7 @@
"matplotlib"
]
plugins = [
"../build/plugins/python/py_tutor.py"
"https://pyscript.net/latest/plugins/python/py_tutor.py"
]
</py-config>