Skip to content

Commit 051a5e9

Browse files
committed
Fixed links to featured recipes.
1 parent 16a57b4 commit 051a5e9

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ This repository contains the recipes of the [IPython Cookbook](http://ipython-bo
88

99
## Featured recipes
1010

11-
* [Featured Recipe #1: Getting the Best Performance out of NumPy](http://ipython-books.github.io/featured-01.html)
12-
* [Featured Recipe #2: Simulating a Physical System by Minimizing an Energy](http://ipython-books.github.io/featured-02.html)
13-
* [Featured Recipe #3: Creating a route planner for road network](http://ipython-books.github.io/featured-03.html)
14-
* [Featured Recipe #4: Introduction to Machine Learning in Python with scikit-learn](http://ipython-books.github.io/featured-04.html)
15-
* [Featured Recipe #5: Simulating a Partial Differential Equation: reaction-diffusion systems and Turing patterns](http://ipython-books.github.io/featured-05.html)
16-
* [Featured Recipe #6: Getting started with Vispy](http://ipython-books.github.io/featured-06.html)
11+
A selection of free recipes from the book:
12+
13+
1. [Getting the best performance out of NumPy](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/featured/01_numpy_performance.ipynb)
14+
2. [Simulating a physical system by minimizing an energy](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/featured/02_energy_minimization.ipynb)
15+
3. [Creating a route planner for road network](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/featured/03_gps.ipynb)
16+
4. [Introduction to machine learning in Python with scikit-learn](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/featured/04_scikit.ipynb)
17+
5. [Simulating a partial differential equation: reaction-diffusion systems and Turing patterns](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/featured/05_turing.ipynb)
18+
6. [Getting started with Vispy](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/featured/06_vispy.ipynb)
19+
* more coming soon...
1720

1821

1922
## Table of contents

0 commit comments

Comments
 (0)