Lecture on Data Visualization using PyScript
Summary
This pull request aims to add a lecture on Data Visualization using Matplotlib, with examples implemented using PyScript. The content of this lecture is based on findings from PyConAr'21.
Checklist
- [x] Variables, functions and comments are translated to Spanish
- [x] Functions follow underscore notation
- [x] Spell check done & typos fixed
- [x] All python code is PEP8 compliant
- [x] Test coverage with Playwright implemented; locators are Pyhton code
- [x] Reviewers assigned (all peers & at least 1 mentor)
Screenshots
Published to http://pyar.github.io/PyZombis/364/index.html
Hi @its-ChaTTy , I get a server error when I try to run the example in the deployment.
Error communicating with the server.TypeError: Failed to fetch
Hi @its-ChaTTy , I get a server error when I try to run the example in the deployment.
Error communicating with the server.TypeError: Failed to fetch
Hi @NicolasSandoval, yes the error will persist till my PyScript Integration PR (https://github.com/PyAr/RunestoneComponents/pull/3) is not merged in Runestone. For testing purpose I referneced my fork in requirements so as you can above in SS, it was working fine for me.