This repo contains instruction and files for Week 3 assignments.
To begin, you should:
- Fork and clone this repo
- Inspect the contents of this repo
To ensure you recieve full points, review the assignment rubrics in Canvas before submitting your lab notebooks.
The tutorial is provided as a Python notebook (.ipynb). Feel free to generate the HTML or PDF version of a notebook in JupyterLab for your personal review.
- Launch JupyterLab
- Use the file browser to navigate to your local repo copy
- Open the tutorial file: 03_Tutorial.ipynb
- Read information in Markdown cells and run code examples in Code cells
- Repeat as necessary
- Review the instructions for this lab provided in the 03_Instructor_Lab.md file
- In JupyterLab, create a new Python notebook
- Python 3 (ipykernal)
- Name your notebook according to naming convention specified in Canvas
- 03_Instructor_Lab_YourLastNameHere.ipynb
- Complete the tasks required for this lab
- Routinely save your notebook to ensure that you do not lose your work
- Double check that output for your code cells is saved in your notebook
- Push your notebook to GitHub
- In Canvas, submit the GitHub URL for your lab on the assignment page
- Review the instructions for this lab provided in the 03_Independent_Lab.md file
- In JupyterLab, create a new Python notebook
- Python 3 (ipykernal)
- Name your notebook according to naming convention specified in Canvas
- 03_Independent_Lab_YourLastNameHere.ipynb
- Complete the tasks required for this lab
- Routinely save your notebook to ensure that you do not lose your work
- Double check that output for your code cells is saved in your notebook
- Push your notebook to GitHub
- In Canvas, submit the GitHub URL for your lab on the assignment page
Happy coding!