Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.34 KB

File metadata and controls

30 lines (22 loc) · 1.34 KB

Team13: Capstone project of Python Bootcamp Data Analysis for Beginners

This is the Capstone project for Team 13 of the Python Data Analysis Bootcamp. We are trying, more or less, to follow the structure of jupytemplate.

Setup Python, Pandas and its dependencies

Install Conda as documented in its documentation.

$ conda create -n team13 python=3.7
$ conda activate team13
$ conda install -c conda-forge notebook pandas jupyterthemes seaborn jupyter_contrib_nbextensions pandoc

Running the notebook

$ conda activate team13
$ jupyter notebook