Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 975 Bytes

setup.md

File metadata and controls

27 lines (21 loc) · 975 Bytes
title
Setup

Getting the Data

The data we will be using is taken from the gapminder dataset. To obtain it, download and unzip the file python-novice-gapminder-data.zip. In order to follow the presented material, you should launch the JupyterLab server in the root directory (see [Starting JupyterLab]({{ page.root }}/01-run-quit/#starting-jupyterlab)).

Installing Python Using Anaconda

{% include python_install.html %}