Numpy Array Arithmetic

Setup & Run

Clone the source code:

git clone https://github.com/pyk/numpy-array-arithmetic.git
cd numpy-array-arithmetic

Install the dependencies:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Then run the jupyter notebook:

jupyter notebook