diff --git a/doc/source/tutorials.rst b/doc/source/tutorials.rst index c2ee0fe9fc729..65ff95a905c14 100644 --- a/doc/source/tutorials.rst +++ b/doc/source/tutorials.rst @@ -22,7 +22,9 @@ are examples with real-world data, and all the bugs and weirdness that that entails. Here are links to the v0.1 release. For an up-to-date table of contents, see the `pandas-cookbook GitHub -repository `_. +repository `_. To run the examples in this tutorial, you'll need to +clone the GitHub repository and get IPython Notebook running. +See `How to use this cookbook `_. - `A quick tour of the IPython Notebook: `_ Shows off IPython's awesome tab completion and magic functions.