diff --git a/.gitignore b/.gitignore index f73806e..429effc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.ipynb_checkpoints/ \ No newline at end of file +.ipynb_checkpoints/ +*.sublime-workspace \ No newline at end of file diff --git a/README.md b/README.md index 3a65fa4..512c9f4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ -[![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 +This interactive notebook will help you decide whether to rent or buy a house. + +Click the button below to launch the interactive simulation: + +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/sg-s/rent-or-buy/master?filepath=rent-or-buy.ipynb) diff --git a/rent-or-buy.ipynb b/rent-or-buy.ipynb index 5b49290..5ad1a12 100644 --- a/rent-or-buy.ipynb +++ b/rent-or-buy.ipynb @@ -32,13 +32,13 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 5, "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "e2018b9b15c14dd490177db8a0237bf5", + "model_id": "fb4501cf36d44b8f922c74b9b01ce250", "version_major": 2, "version_minor": 0 }, @@ -52,7 +52,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "e8ccb4b41d8449e5923d8cd0a55e8777", + "model_id": "e3f7a7e6641849dd8645a050a7d3c31e", "version_major": 2, "version_minor": 0 }, @@ -66,7 +66,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "2b24163421844d0fa7d6994f981885c5", + "model_id": "a26aca8970f5430e83c72cd84729e13d", "version_major": 2, "version_minor": 0 }, @@ -80,7 +80,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "441edb607479477fa6dae34b0fc12faf", + "model_id": "d302af17848748e4b49cd0acf56e1374", "version_major": 2, "version_minor": 0 }, @@ -94,7 +94,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "b969b9f7279e438aade9e2e7fc6faefa", + "model_id": "86378835a3c94acb83849f2b36863b67", "version_major": 2, "version_minor": 0 }, @@ -108,7 +108,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "b61c61d906fc422b9bb51e9f83dc22da", + "model_id": "cdb21c3408354d5f91650ed4f33cd72a", "version_major": 2, "version_minor": 0 }, @@ -122,7 +122,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "2b5076d605f3475884093df9dee88437", + "model_id": "342ff64eed9d4623b32da274f6f905b6", "version_major": 2, "version_minor": 0 }, @@ -916,7 +916,7 @@ { "data": { "text/html": [ - "" + "" ], "text/plain": [ "" diff --git a/rent-or-buy.sublime-project b/rent-or-buy.sublime-project new file mode 100644 index 0000000..24db303 --- /dev/null +++ b/rent-or-buy.sublime-project @@ -0,0 +1,8 @@ +{ + "folders": + [ + { + "path": "." + } + ] +}