You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,15 @@ This repository contains the recipes of the [IPython Cookbook](http://ipython-bo
8
8
9
9
## Featured recipes
10
10
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)
0 commit comments