Advanced NumPy tips and tricks: a presentation.
We assume Python 3.6.
Jupyter viewer
- Install Anaconda
- Clone this repo, go to its root.
# Go to a directory you like
git clone https://github.com/vlad17/np-learn.git
cd np-learn
- Set up requirements
conda create --yes --name np-learn-env
source activate np-learn-env
pip install --requirement requirements.txt
Now, in the same terminal, launch jupyter via
jupyter notebook
And then select the presentation
notebook.