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
- Host: GitHub
- URL: https://github.com/matplotlib/matplotblog
- Owner: matplotlib
- Created: 2019-08-02T02:53:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-12T20:38:14.000Z (almost 4 years ago)
- Last Synced: 2025-09-24T18:28:25.915Z (3 months ago)
- Topics: blog, hacktoberfest, matplotlib, visualization
- Language: Jupyter Notebook
- Homepage: https://matplotlib.org/matplotblog/
- Size: 65.7 MB
- Stars: 37
- Watchers: 8
- Forks: 39
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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).