Load any indicator from Quandl indexed databases (World Bank, UNDATA, EIA, BP, DOE, UNSTAT, etc.) and do a live plot using NVD3 and D3.
created by Denes Csala https://csaladenes.wordpress.com/2015/02/24/quandl-nvd3-interactive-data-plotter/
"""ssh-copy-id for Windows. | |
Example usage: python ssh-copy-id.py ceilfors@my-remote-machine | |
This script is dependent on msysgit by default as it requires scp and ssh. | |
For convenience you can also try that comes http://bliker.github.io/cmder/. | |
""" | |
import argparse, os | |
from subprocess import call |
Load any indicator from Quandl indexed databases (World Bank, UNDATA, EIA, BP, DOE, UNSTAT, etc.) and do a live plot using NVD3 and D3.
created by Denes Csala https://csaladenes.wordpress.com/2015/02/24/quandl-nvd3-interactive-data-plotter/
http://sankey.csaladen.es |