Hey Im creating a jupyter notebook, would like to install:
https://github.com/voice32/stock_market_indicators/blob/master/indicators.py which is a python program
not sure how to do it directly so anybody that dowloads the notebook can just hit "Run All", and see the results
option 1) do something like: from https://github.com/voice32/stock_market_indicators/blob/master/indicators.py import indicators.py
of course this doesn't work