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

content
Bradlee Speice 2016-02-27 20:55:21 -05:00
parent e40b21df75
commit 8be142b46f
1 changed files with 1 additions and 1 deletions

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",