PyZombis icon indicating copy to clipboard operation
PyZombis copied to clipboard

Lecture on Data Visualization using PyScript

Open its-ChaTTy opened this issue 1 year ago • 3 comments

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

image image

its-ChaTTy avatar Jul 07 '24 19:07 its-ChaTTy

Published to http://pyar.github.io/PyZombis/364/index.html

github-actions[bot] avatar Jul 07 '24 19:07 github-actions[bot]

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

NicolasSandoval avatar Jul 09 '24 23:07 NicolasSandoval

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.

its-ChaTTy avatar Jul 10 '24 06:07 its-ChaTTy