This folder contains the sample code for the NumPy Tutorial by @rpalo.
First, you will need to have the dependencies installed:
$ python -m pip install -r requirements.txt
These examples all make use of the Jupyter Notebook. To run the examples, make sure the correct virtual environment is active (you may have to deactivate and reactivate after installing requirements), and run:
$ jupyter notebook
You should see listings for each of the example files. You can open them up and run them cell by cell to see how they perform. Feel free to make small changes to the code to see how those affect things.