An open API service indexing awesome lists of open source software.

https://github.com/matplotlib/matplotblog

Matplotlib blog
https://github.com/matplotlib/matplotblog

blog hacktoberfest matplotlib visualization

Last synced: 2 months ago
JSON representation

Matplotlib blog

Awesome Lists containing this project

README

          

# matplotblog
A new blog to showcase featured matplotlib projects.

To preview the website in local, [install Hugo](https://gohugo.io/getting-started/installing/), open a terminal and type the following:
`cd mpblog_source`
`hugo server -D`

Then, you can preview the website opening your favorite browser and pointing to [localhost:1313](http://localhost:1313).