The purpose of this task is to get you oriented with the operation and work flow of this class.
This assignment will be slightly different than most others.
A hybrid lecture activity.
For the majority of assignments you will be asked to edit the 'QuizX-X.ipynb' document directly and then 'push' this document to the GitHub repository.
For this first activity you will follow along with the instructions throughout this document and once you have completed all the tasks, I will ask you to create a new file which you will then push to your repository.
If you have any questions over the course of this lecture, please post them to the 'Day 1 Lecture Questions' assignment on the Canvas course page.
Day 1
and connect your GitHub account.
clone or download
and then Open GitHubDesktop
to put this repository into the directory of your personal computer.This part of the activity assumes that you installed Python and Jupyter Lab correctly. If you have, it should be very simple.
Open your Command Prompt and type in jupyter lab
.
-JupyterLab will open on your default browser and from there you will navigate to the directory in which your repository is saved.
If this is your first time using GitHub and JupyterLab it was a lot to initiate yourself with, but now you've done it.
Now I want to show you how to properly use JupyterLab and Github to upload your assignments.
Activity 0-1
Lecture and Activity 1-1