From 4f7903454944fe95928d17807a6e66ea25a2b35d Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Mon, 26 Jan 2015 14:10:37 -0500 Subject: [PATCH] Fixed IPython Notebook links on nbviewer as a result of repo name change. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1e4af19..4c87b7a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -# pydatanotebooks +# ipython-data-notebooks IPython Notebooks geared towards Python data analysis (core Python, NumPy, pandas, matplotlib, SciPy, scikit-learn). ## core [Active Development] IPython Notebooks demonstrating core Python functionality geared towards data analysis. -* [data structures](http://nbviewer.ipython.org/github/donnemartin/pydatanotebooks/blob/master/core/structs.ipynb) -* [data structure utilities](http://nbviewer.ipython.org/github/donnemartin/pydatanotebooks/blob/master/core/structs_utils.ipynb) -* [functions](http://nbviewer.ipython.org/github/donnemartin/pydatanotebooks/blob/master/core/functions.ipynb) -* [datetime](http://nbviewer.ipython.org/github/donnemartin/pydatanotebooks/blob/master/core/datetime.ipynb) -* [unit tests](http://nbviewer.ipython.org/github/donnemartin/pydatanotebooks/blob/master/core/unit_tests.ipynb) +* [data structures](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/core/structs.ipynb) +* [data structure utilities](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/core/structs_utils.ipynb) +* [functions](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/core/functions.ipynb) +* [datetime](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/core/datetime.ipynb) +* [unit tests](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/core/unit_tests.ipynb) ## numpy