Skip to content

Commit e942d6c

Browse files
committed
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: jvns/pandas-cookbook#7 this SO question: https://stackoverflow.com/questions/21868105/problems-with-pandas-tutorial-missing-file-bikes-csv-and-special-characters-in
1 parent 736552c commit e942d6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/tutorials.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ are examples with real-world data, and all the bugs and weirdness that
2222
that entails.
2323

2424
Here are links to the v0.1 release. For an up-to-date table of contents, see the `pandas-cookbook GitHub
25-
repository <http://github.com/jvns/pandas-cookbook>`_.
25+
repository <http://github.com/jvns/pandas-cookbook>`_. To run the examples in this tutorial, you'll need to
26+
clone the GitHub repository and get IPython Notebook running.
27+
See `How to use this cookbook <https://github.com/jvns/pandas-cookbook#how-to-use-this-cookbook>`_.
2628

2729
- `A quick tour of the IPython Notebook: <http://nbviewer.ipython.org/github/jvns/pandas-c|%2055ookbook/blob/v0.1/cookbook/A%20quick%20tour%20of%20IPython%20Notebook.ipynb>`_
2830
Shows off IPython's awesome tab completion and magic functions.

0 commit comments

Comments
 (0)