Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 737 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 737 Bytes

np-learn

Advanced NumPy tips and tricks: a presentation.

We assume Python 3.6.

Jupyter viewer

Enviornment setup

  1. Install Anaconda
  2. 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
  1. 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.