In this week’s lab, we will use the skills you have learned about numpy and matplotlib to do some real scientific data analysis. For today, please write all your code in a Jupyter Notebook!
Instructions for Starting Your Jupyter Notebook¶
Open a terminal and navigate to the directory you want to work in:
- Run the following commands to activate the environment and start Jupyter Lab:
conda activate astro-rps jupyter lab
- Run the following commands to activate the environment and start Jupyter Lab:
Create a new Jupyter Notebook:
- In the Jupyter interface, click “New” and select “Python 3” to create a new notebook.
Code Submission:
- Write all your code in the notebook.
- Once completed, upload the notebook file (
.ipynb
) to the Google submission form