Skip to content

Fall 2020 lecture notes for PHY293 "Waves and Moderns Physics", Part A "Oscillations and waves", at the University of Toronto. Created and delivered by Nicolas Grisouard.

License

Notifications You must be signed in to change notification settings

PHY293-Grisouard/Chapters-2020

Repository files navigation

Instructions to use this repository with syzygy

Advanced users will not need my instructions, nor syzygy. The option that follows should work for everyone.

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. Clone the repo of my chapters by typing

git clone https://github.com/PHY293-Grisouard/Chapters-2020.git

in the Terminal and hit return. This should create a new directory called Chapters-2020, containing the chapters of my lecture notes.

Refreshing the lecture notes

At the beginning of the term, the chapters will be the same as last year. As the term progresses, I will of course modify them, correct typos, etc. You will want to refresh the contents periodically, before and after each lecture.

  1. To get the latest updates, repeat steps 1-2 above.
  2. In the Terminal, change directory to go to the repository by typing:

cd Chapters-2020

and hit return.

  1. 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/master

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.

Please let me know if this procedure does not work! I do not have guinea pigs to test it on.

About

Fall 2020 lecture notes for PHY293 "Waves and Moderns Physics", Part A "Oscillations and waves", at the University of Toronto. Created and delivered by Nicolas Grisouard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published