Adriano
Adriano
As an example, how about along these lines? ``` $ nbstripout --only=images [notebook(s)] # where images is just an alias for *.png, *.jpg, etc. $ nbstripout --only='tmp-*.png' [notebook(s)] # _wildcard...
@jpeacock29 Re: more *output types*. Consider a flag like `--regex, -r` where a user can implement their custom stripout by giving a ***regular expression***. This is what I did with...
@jpeacock29 here's a mock example for PNG images: `$ nbstripout --regex='png": "i'` That *should* get rid of the super long lines encoding PNG images for now. I question the permanence...
hi @kynan my spare cycles are going to refactoring https://git.io/fecon235 so realistically *maybe* later this year. Interestingly, one of the reasons leading to the spin-off of the source code to...
### Regarding "Nasdaq Analytics Hub" > May 16, 2017 (GLOBE NEWSWIRE) -- Nasdaq (Nasdaq:NDAQ), a leading provider of real-time market data and analytics to financial professionals and retail investors globally,...
### From: Quandl CEO, Dec 04 2018 > Our mission has always been to enable data-driven investing, and now, with Nasdaq’s institutional backing, we will be able to grow and...
### Alternate services direct from CME It's evident that CME is also interested in monetizing their data in the way of licensing and data fees: https://www.cmegroup.com/market-data.html #### Real-time Market Data...
## Notes on GOOGLE Finance 2018-07-17 https://github.com/pydata/pandas-datareader/issues/551 reports some functionality restored for historical quotes via - [ ] checkout https://github.com/pdevty/googlefinance-client-python 2018-09-12 pandas_datareader, "As of v0.7.0 Google finance and Morningstar have...
## Notes on QUANDL "WIKI" Prices For end of day stock prices, dividends and splits for 3,000 US companies, curated by the Quandl community and released into the public domain...
## Notes on YAHOO Finance Recent development by @JECSand, https://github.com/JECSand/yahoofinancials : > My replacement for the old yahoo-finance module, **YahooFinancials**, can get all of the historical price data needed by...