foo bar
pre > tt {white-space: pre;}
fnord quux
| import pandas as pd | |
| from matplotlib import pyplot | |
| import seaborn as sns | |
| import quandl | |
| quandl.ApiConfig.api_key = '????????????????????' # Here goes your key - get it on Quandl´s website after you open an free account. | |
| # www.quandl.com | |
| p0 = '19140101' | |
| p1 = '20171231' |
| BIG iOS URL SCHEME LIST | |
| HAD TO MAKE A DROPBOX FILE BECAUSE THIS LIST WAS TOO LONG TO POST IN THE COMMENTS OR NOT MAKE THE WORKFLOW APP TAKE FOREVER TO READ IT. | |
| ☠JAILBREAK/SYSTEM APPS | |
| -------------------------- | |
| activator:// | |
| itms-apps:// | |
| itms-services:// |
| language: python | |
| python: | |
| - "2.6" | |
| - "2.7" | |
| before_install: | |
| - cd .. | |
| - curl -OL http://sourceforge.net/projects/pyqt/files/sip/sip-4.14.6/sip-4.14.6.tar.gz | |
| - tar -xvf sip-4.14.6.tar.gz | |
| - cd sip-4.14.6 | |
| - python configure.py |
foo bar
pre > tt {white-space: pre;}
fnord quux