Using GitHub¶
Installation of Physics-8820 Jupyter notebooks from GitHub by command line¶
Go to the location where you want the notebook files.
Download the 8820 repository from GitHub and enter the directory Physics-8820
which should have been created on your computer:
git clone https://github.com/furnstahl/Physics-8820.git
cd Physics-8820
The notebooks that we will be using depend on several scientific python modules (see the list in environment.yml) and require a python3.x installation based on Anaconda.