Downloading material using Git
Downloading course content for the 1st time
Assuming that you have installed the Git extension for JupyterLab, see the installation guides, take following steps to download the course material.
If you have not yet restarted JupyterLab after installations, do it now.
Press the tab Git.
Press
Clone a repositoryPaste in
https://github.com/NumEconCopenhagen/lectures-2022and enter.You now have all course material in the folder
lectures-2022Do the same thing for exercise class material, using the url
https://github.com/NumEconCopenhagen/exercises-2022

Updating course content folder
Whenever you want to retrieve updates to the course material, you need to pull those changes from GitHub. Fortunately, this is very easy. Simply do the following:
Select the Git tab.
Select
Pull from remoteSo long as no merge conflicts are present, you now have the updated content.