Skip to content

Files and Notebooks from Spring 2022 OIM 3640

Notifications You must be signed in to change notification settings

Rcanellasramirez1/OIM3640_SP22

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Class Materials

You should install git on your computer to access files:

  1. Visit https://git-scm.com
  2. Download and install the version for your operating system
  3. Windows: Be sure to install "Use Git from Windows Command Prompt" (second option)
  4. Leave defaults selected for remaining install options

To access files you can open them in the browser by clicking one the file desired, but it is best to copy them to your own computer:

  1. Locate the green code button and click it

  2. Copy the URL and open git bash (terminal for MAC OS)

  3. Type git clone and then paste the URL and hit enter

  4. Alternatively you can directly enter:

    git clone https://github.com/mjmacarty/OIM3640_SP22.git

This method creates a folder with the contents of the github repo in your computer's home directory. If you prefer that it be located elsewhere, you can change the location with the cd command, i.e. cd Documents will put the repository in your Documents folder.

To update the folder on your computer:

  1. Launch git bash (terminal in MAC OS)

  2. Navigate to the repository on your computer

  3. Enter:

    git pull https:/github.com/mjmacarty/OIM3640_SP22.git

About

Files and Notebooks from Spring 2022 OIM 3640

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.5%
  • Python 3.5%