songhuiming
songhuiming
like this http://www.highcharts.com/stock/demo/dynamic-update
when import pandas as pd, there is error msg: ``` importerror: cannot import name hashtable ```
--- AttributeError Traceback (most recent call last) in () 15 16 app = SimpleApp() ---> 17 app.launch() 18 C:\Users\hsong01\AppData\Local\Continuum\Anaconda\lib\site-packages\dataspyre-0.2.0-py2.7.egg\spyre\server.pyc in launch(self, host, port) 404 405 def launch(self,host="local",port=8080): --> 406 webapp...