Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.51 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.51 KB

Instructions to use this repository with syzygy

If first cloning into syzygy:

  1. Go to https://utoronto.syzygy.ca, log in with your UTorID, and start the server.
  2. Near the top-right-hand corner of the home menu, hit the drop-down menu "New", and click on Terminal.
  3. in the terminal, create a PHY407 (or whatever) folder and go there:

mkdir PHY407

cd PHY407

  1. In there, clone the repo:

git clone https://github.com/mdiamon/PHY407-UofT.git

This should create a new folder called PHY407-UofT.

Refreshing the repo

As the class progresses, I will add notes and code.

  1. To get the latest updates, start by repeating steps 1-3 above.
  2. If you just want to play around with the notes a little in-between two updates but want your repository to closely match what I have on GitHub, enter the command

git fetch --all git reset --hard origin

in the Terminal, where you left at the end of step 5, whenever you want to re-align your notes with mine.

  1. If you want to be more fancy, modify the notebooks significantly and keep your modifications while keeping up-to-date with my content, I suggest you create your own "fork" and work on it. You can then sync your fork with my repository by following these instructions: https://help.github.com/en/articles/syncing-a-fork

Opening a Jupyter notebook:

  1. Repeat steps 1-3 above.
  2. Repeat step 6 or 7 above, probably.
  3. You can navigate to the Jupyter file, using the graphical interface of the home menu of syzygy. You are looking for a .ipynb file.