Tutorial-style look into Data Visualization with Python
View the Project on GitHub lucasdurand/visualization-seminar
Have a local Python(3.7) environment
Have git
, a version control tool (you should be able to run git
in your terminal/cmd. If not, install it:
While you’re at it, make sure you have a github account as well, this will be useful later!
Set up your Python environment.
git clone https://github.com/lucasdurand/visualization-seminar.git
cd visualization-seminar
pip install pipenv # install pipenv if not already installed
pipenv install --skip-lock # this installs everything we need
Once everything is installed you can activate the environment with pipenv shell
.
jupyter notebook
to launch a Jupyter instance and confirm everything is happy.Install the Heroku CLI. Go ahead and create yourself a free account while you’re at it. We are going to use this later to deploy an app to the Cloud.