From e942d6c5cfa666b53a7093f6181fc490347f4c19 Mon Sep 17 00:00:00 2001 From: Julia Evans Date: Fri, 21 Feb 2014 10:22:23 -0800 Subject: [PATCH] DOC: link to pandas-cookbook instructions Some people were confused about how to use this cookbook, so adding a link to the setup instructions. see: https://github.com/jvns/pandas-cookbook/issues/7 this SO question: https://stackoverflow.com/questions/21868105/problems-with-pandas-tutorial-missing-file-bikes-csv-and-special-characters-in --- doc/source/tutorials.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.