This repository contains the notebooks for this week's assignment. Complete the homework in each .ipynb notebook, commit your work, and push the changes to github. Your instructor will pull the completed assignment after the deadline.
Once grading is complete, your instructor will push the results to a file
called feedback.html
. You will need to pull the changes to your local copy
and open this file in a browser to view (because GitHub will not render html
files).
$cd <replace with desired location of project folder>
$git clone https://github.com/earthlab-education/big-data-lauren-alexandra.git
$cd big-data-lauren-alexandra
$conda create -n myenv
$conda activate myenv
$conda install pip
$pip install -r requirements.txt
$pip install --user ipykernel
$python -m ipykernel install --user --name=myenv
(in git bash or other conda environment)
$jupyter notebook