From 53e8d9c6806f8a6c4e15bbbf09070fafd7571f9e Mon Sep 17 00:00:00 2001 From: Marina Wahl Date: Wed, 11 Jun 2014 12:12:51 -0400 Subject: [PATCH] ipython readme --- README.md | 6 +++++- src/further_examples/ipython/README | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95b21b5..1095a98 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ All the examples and lessons I showed in my ebook. /src/futher_examples/ ----------------- -In the folder you find futher examples in algorithms in Python, such as: +In the folder you find futher examples in algorithms in Python, not mentioned in the the book: * Solutions for the book Cracking the Code, * Solution for Project Euler and Topcoder, @@ -27,3 +27,7 @@ Check out my lessons in machine learning: https://github.com/mariwahl/Machine-Learning-Lessons +Check out my lessons in numerical methods: +https://github.com/mariwahl/Numerical-Methods-for-Physics + + diff --git a/src/further_examples/ipython/README b/src/further_examples/ipython/README index 277b609..af27b7e 100644 --- a/src/further_examples/ipython/README +++ b/src/further_examples/ipython/README @@ -1,3 +1,4 @@ -# IPython Examples and Notes +IPython Examples and Notes +========================== Set up your IPython in a AWS EC2 server! https://gist.github.com/mariwahl/aff6d7dd1930be48ab32 \ No newline at end of file