https://github.com/jackdbd/python-firenze-meetup-2020-02-06
Jupyter notebook for my talk @ Python Firenze Meetup, 2020-02-06
https://github.com/jackdbd/python-firenze-meetup-2020-02-06
altair dataviz grammar-of-graphics jupyter-notebook meetup pandas seaborn
Last synced: 7 months ago
JSON representation
Jupyter notebook for my talk @ Python Firenze Meetup, 2020-02-06
- Host: GitHub
- URL: https://github.com/jackdbd/python-firenze-meetup-2020-02-06
- Owner: jackdbd
- Created: 2020-02-04T20:47:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T16:44:26.000Z (over 5 years ago)
- Last Synced: 2024-10-24T14:33:10.777Z (9 months ago)
- Topics: altair, dataviz, grammar-of-graphics, jupyter-notebook, meetup, pandas, seaborn
- Language: Jupyter Notebook
- Homepage: http://bit.ly/pyfirenze-dataviz
- Size: 18.6 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyFirenze Meetup
[](https://mybinder.org/v2/gh/jackdbd/python-firenze-meetup-2020-02-06/master)

")

## Installation
If you don't already have it, download [Anaconda](https://www.anaconda.com/distribution/) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html).
Create the Python virtual environment from the `environment.yml` file:
```sh
conda env create -f environment.yml
```## Run the notebook
Activate the virtual environment and run the jupyter notebook server:
```sh
conda activate pyfirenze37
jupyter notebook
```To deactivate the virtual environment, run `conda deactivate` from this repository root.