This repository contains (or will contain) Jupyter notebooks to visualize some concepts covered my electromagnetism section of the third year physics course at the University of Cape Town.
These notebooks are a first shot, and can certainly be improved. You are welcome to fork the repository, play with the notebooks and modify them. Please create a pull request if you have something worth sharing.
These instructions are minimal: clone the git repository and start Jupyter Notebook in your working directory.
To clone the repository and install the needed packages, open a terminal in the directory and use:
git clone https://github.com/tdietel/em3demos.git
cd em3demos
pip install -r requirements.txt
If you don't have Jupyter notebook installed, use the following to install and launch a notebook session:
pip install notebook
jupyter notebook
You can also launch the notebooks directly on the MyBinder service: