Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

utplanets/PHY407_2019F

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 of my lectures:

`git clone https://github.com/utplanets/PHY407_2019F.git'

  • This should create a new folder called lectures, in which my lecture notes will be located.

Refreshing the lecture notes

The lectures folders are still empty, because I will probably change the content from last year As the class progresses, I will of course add or modify lectures, correct typos, etc.

  1. To get the latest updates, repeat steps 1-3 above.
  2. If you want to modify the notebooks and keep your mods while refreshing my own content, I suggest you create your own "fork" and work on it. You will work on your fork, and I will still dispense my wisdom through my original project. How to nagivate between forks, remotes, etc? I am afraid you are going to have to look it up yourself.
  3. If you just want to have my content up-to-date, execute code, and then wait for my next delivery, just type

git fetch

in the Terminal, where you left at the end of step 3.

Opening a Jupyter notebook:

  1. Repeat steps 1-3 above.
  2. Repeat step 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.

Releases

No releases published

Packages

No packages published

Languages