Alexander McFarlane
Alexander McFarlane
do you want just a blank page?
Haha sure ... I wasn't sure if you wanted me to disable MathJax though https://flipdazed.github.io/blog/debugging/minimal-page
Try again this new page has nothing except the Disqus code and necessary head.html items http://127.0.0.1:4000/blog/debugging/minimal-page To clarify: No MathJax
Scrapped previous post... It's compiled see: https://flipdazed.github.io/blog/debugging/minimal-page for the minimal page. I'll be back in 8hrs as my timezone is GMT. Let me know if you need any further tweaks...
no worries. I love your project and rely on it for all my mathematical repositories. Keep up the great work!
feel free to edit as you see fit... I think this would just require a README adjustment
added docs as well
Have a look at https://github.com/JECSand/yahoofinancials/pull/47 this adds support for Financial Data ```python In [58]: from yahoofinancials import YahooFinancials ...: ...: parser = YahooFinancials("MSFT") ...: ...: In [59]: parser.get_financial_data() Out[59]: {'MSFT':...
Ok I'll check how that works and get back to you
as a headsup - I got exactly the same error running `python -m trace -t -g -c -C 'path/to/coveragedir'` so it looks more fundamental than your library