Skip to content

vlad17/np-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Jupyter notebook-post of advanced numpy techniques

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published