Skip to content

Simple project to show how to render Matplotlib plots using PyScript and Django

Notifications You must be signed in to change notification settings

vhsenna/pyscript-django-matplotlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyScript, Django and Matplotlib Integration

The project aims to show how to render a Matplotlib plot using PyScript and Django.

How to run

  • Clone this repository

git clone https://github.com/vhsenna/pyscript-django.git

  • Create virtualenv

python -m venv venv

  • Activate virtualenv

source venv/bin/activate

  • Install packages

pip install -r requirements.txt

  • Run server

python manage.py runserver

About PyScript

Read more about PyScript.

About

Simple project to show how to render Matplotlib plots using PyScript and Django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published