We will be using IPython notebooks in this lab, so please make sure you can open a notebook on your laptop, or on SageMathCloud.
See Python for some references and tutorials for Python and notebooks.
Obtain the IPython notebook we’ll be using via:
cd $AM574
git pull
cp -r $AM574/labs/lab3 $MY574
cd $MY574/lab3
then open the notebook $MY574/lab3/AcousticsTests.ipynb.