Remove my API key (it's already been reset)

This commit is contained in:
Bradlee Speice 2016-02-27 20:55:21 -05:00
parent e40b21df75
commit 8be142b46f

View File

@ -52,7 +52,7 @@
"import matplotlib.pyplot as plt\n",
"from Quandl import get as qget\n",
"%matplotlib inline\n",
"api_key = 'QUJUp-dAKyo2y8DGsCv-'\n",
"api_key = ''\n",
"\n",
"profitability = lambda p, i, m, d: 1000*p / (m + i*d)\n",
"\n",