https://github.com/cloudacademy/data-visualization-with-python-using-matplotlib
https://github.com/cloudacademy/data-visualization-with-python-using-matplotlib
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudacademy/data-visualization-with-python-using-matplotlib
- Owner: cloudacademy
- Created: 2020-10-22T12:20:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T23:03:58.000Z (over 5 years ago)
- Last Synced: 2025-04-09T12:11:45.593Z (about 1 year ago)
- Language: Python
- Size: 2.15 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Visualization with Python using Matplotlib
This repository provides the data in support of the course Data Visualization with Python using Matplotlib, provided by Cloud Academy.
## Data
We have used two different datasets in this course, which all are available in the data folder. I suggest to follow the following steps in order you to be able to replicate the course steps in your local host.
Open your favourite terminal emulator, and then:
#### 1. Clone the repo
```bash
git clone https://github.com/cloudacademy/data-visualization-with-python-using-matplotlib.git
```
#### 2. Create a python virtualenv
```bash
mkvirtualenv - p python3
```
#### 3. Install the necessary requirements:
```bash
pip install -r requirements.txt
```
#### 4. Open a jupyter notebook by running:
```bash
jupyter notebook
```
You are now ready to get your hands dirty: enjoy!