qstk

QSTK's eventprofiler function doesn't plot properly

情到浓时终转凉″ 提交于 2019-12-10 16:48:50
问题 Using QSTK for Georgia Tech's Coursera Computational Investing course, the eventprofiler function at the end of Examples/EventProfiler/tutorial.py doesn't output the graph shown in the videos. (See image below.) The other PDFs produced for the exercises for Week 4 are identically empty except for the event numbers, which are correct. Creating PDFs seems like a waste since those numbers could've just been output to terminal. I looked into the error output for index.py:2204 shown on the image

How can I install a .egg Python package on Windows (attempt using easy_install not working)

别来无恙 提交于 2019-11-29 11:19:50
问题 I am trying to install a package named QSTK for a course that I am doing. The course points to an installation package for the 32 bit version, but I have 64 Python installed. I have found a .egg file listed on the Python packages index. It seems to have an exe for 32 bit, but just the .egg for 64 bit. I downloaded the QSTK-0.2.6-py2.7.egg version and have been trying to install this unsucessfully so far. Here is what I have tried: Using easy install (from the C:\Python27\Lib\site-packages