Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 443 Bytes

File metadata and controls

17 lines (14 loc) · 443 Bytes

UC Mercer Visualization

Data Analysis and data visualization tutorial using the UC Mercer Land Use Dataset.

Installation

Create a local environment and install the requirements:

python3 -m venv .env
source .env/bin/activate
pip3 install -r requirements.txt
python -m ipykernel install --user --name=.env

Then start the jupyter notebook using:

jupyter notebook