PyAr / PyZombis

Programación Python para Zombis MOOC (código y materiales del curso abierto y masivo en linea)
GNU Affero General Public License v3.0
21 stars 47 forks source link

Lecture on Data Visualization using PyScript #364

Open its-ChaTTy opened 1 month ago

its-ChaTTy commented 1 month ago

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

Screenshots

image image

github-actions[bot] commented 1 month ago

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

NicolasSandoval commented 1 month ago

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

its-ChaTTy commented 1 month ago

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.