/data-viz-examples

Data viz examples using Observable framework

Primary LanguagePython

Data Viz Examples

In this repo, you will find examples on creating visualisations using the Observable framework. I've also included the scripts that I used to build the datasets.

Get Started

To view the notebook locally, run the following commands.

git clone https://github.com/davidruvolo51/data-viz-examples

# install dependencies
cd viz
yarn  # or npm

# start the dev server
yarn dev