Hi @lebalz
Following the current instructions the Python code blocks will not run because it can't find /bry-libs/brython_runner.py.
I see that your npm package installs them in /src/assets/brython_runner.py instead.
I currently solve this by manually copying your /static files to my project.
Should the correct solution be to put it in a public folder and get Brython to import from there?
Hi @lebalz
Following the current instructions the Python code blocks will not run because it can't find
/bry-libs/brython_runner.py.I see that your npm package installs them in
/src/assets/brython_runner.pyinstead.I currently solve this by manually copying your /static files to my project.
Should the correct solution be to put it in a public folder and get Brython to import from there?