Andrea Giammarchi
Andrea Giammarchi
FYI current PyScript is a standard ECMAScript module so anyone can import its utilities or just the module: ```html import 'https://pyscript.net/releases/2023.11.2/core.js'; // or ... import { hooks } from 'https://pyscript.net/releases/2023.11.2/core.js';...
@vincentdavis sorry for being late in here but [this file](https://github.com/vincentdavis/VAM_WAM_cheaters/blob/main/web.py) doesn't use comments at all neither so it's hard to follow ... have you tried latest PyScript, as everything changed...
This is going to be documented and live pretty soon so I am working ahead of time here, closing as we covered file uploads to the virtual FS and files...
should we close this or rename the issue as it's not clear to me what is it that we should do in here? thanks for clarifying
I think this is another one not automatically closed. Feel free to re-open if I am mislead here.
As explained in [most recent docs](https://pyscript.github.io/docs/2023.11.2/beginning-pyscript/#indexhtml) we currently work only out of a cdn: ```html ``` I think we can close this as this has been the case for a...
we don't have this issue anymore. Closing as a lot changed in the meantime.
We currently offer `window` and `document` directly via `pyscript` module. See [our latest docs](https://pyscript.github.io/docs/2023.11.2/beginning-pyscript/) to know more.
in worker `matplotlib.use('agg')` does the trick and new examples landed (or are landing) https://pyscript.com/@examples so I think we can close this.
related: https://github.com/pyscript/pyscript/discussions/1326