import a github into jupyter notebook directly?
问题 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 doesnt work Thanks! 回答1: You can clone the repository from your jupyter