Results 5 comments of nisbus

I used pandas_datareader which worked nicely: I used 'iex' as the provider ``` import pandas as pd pd.core.common.is_list_like = pd.api.types.is_list_like from pandas_datareader import data def get_prices(provider,symbol, start_date, end_date, cache_filename='stock_prices.npy'): expire_after...

This is my home.erl dispatch method: dispatch('/') -> Dir = code:priv_dir(eznisbus), Dir++"index.html"; dispatch(F) -> Dir = code:priv_dir(eznisbus), Dir++ F.

Actually I changed the include to just include the script name as suggested in the README with the same results

I think the convention is to include rebar with the repo (I'm not so sure I like that myself) so it is a part of the branch there so it...