Instructor: Greg Nordin
Content: IPython notebooks and other files (powerpoint, etc.) to supplement course material
Download All Files:
- Download this repository by clicking on the "Download ZIP" button on the right.
- Unzip the file
Download a Single Non-Notebook File (.pptx, .png, etc):
- Navigate to the file in this repository directory structure
- Click on the file name
- Click on the "Raw" button. This will download the file
View IPython Notebooks Without Installing Any Software:
Click here for the transmission line ipython notebooks. The notebook files end in ".ipynb". Note that clicking on a notebook file renders a static html page in your browser (made with nbviewer.ipython.org). You therefore can't execute any of the commands, but you will be able to see the notebook contents without any problem.
Download and Use IPython Notebooks:
- Download this repository by clicking on the "Download ZIP" button on the right.
- Put unzipped folder where you want it in your directory structure
- Install Python 2.7 using the Anaconda python distribution here and follow the installation instructions
- Use the Anaconda Launcher application to launch IPython Notebook, which will open a new tab or window in your default browser
- In this new tab or window, navigate to the folder in #2
- Open the desired IPython Notebook file
- To execute an input cell in a notebook, place the cursor anywhere in the cell and type return while holding down the shift key