diff --git a/README.md b/README.md new file mode 100644 index 0000000..3a65fa4 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/sg-s/rent-or-buy/master?filepath=rent-or-buy.ipynb) + +# Rent or Buy? + +This interactive notebook will help you decide whether to rent or buy a house. \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..7f94942 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +ipywidgets +numpy +matplotlib