Skip to content

Commit ff1959b

Browse files
committed
full draft of part 1 complete
1 parent 92f73d6 commit ff1959b

16 files changed

+30774
-18710
lines changed

README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,17 @@ This is a work in progress that will be evolving rapidly over the coming weeks a
1212
- [Here is the link](https://nbviewer.jupyter.org/github/pmaji/practical-python-data-viz-guide/blob/master/notebooks/data_prep_nb.ipynb) to the easy-to-view notebook
1313
- [Here is the link](https://github.com/pmaji/practical-python-data-viz-guide/blob/master/notebooks/data_prep_nb.ipynb) to the GitHub-hosted version of the notebook
1414

15-
# Setup
15+
- For the homework notebook (participant version):
16+
- [Here is the link](https://nbviewer.jupyter.org/github/pmaji/practical-python-data-viz-guide/blob/master/notebooks/participant_hw_nb.ipynb) to the easy-to-view notebook
17+
- [Here is the link](https://github.com/pmaji/practical-python-data-viz-guide/blob/master/notebooks/participant_hw_nb.ipynb) to the GitHub-hosted version of the notebook
18+
19+
# Setup Instructions
1620

17-
- clone the repo
18-
- create a virtual environment
19-
- activate that virtual environment
21+
- clone this repository locally
22+
- create a virtual environment using `python3 -m venv env`
23+
- additional information about this [can be found here](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/)
24+
- activate that virtual environment using `source env/bin/activate`
2025
- install needed packages using `pip install -r requirements.txt`
26+
- additional information about this [can be found here](https://pip.pypa.io/en/latest/user_guide/#requirements-files)
2127
- run an instance of jupyter lab out of your virutal env using `env/bin/jupyter-lab`
22-
- start with the `main_lecture_nb.ipynb` file
28+
- start by opening and running the `main_lecture_nb.ipynb` file, in which the majority of the content is located

0 commit comments

Comments
 (0)