I get the following error:
ImportError Traceback (most recent call last) <ipython-input-615-92cd73cdbb67> in <module>() 17 import sys 18 sys.path.append("..") ---> 19 from data_modules.short_selling import graph_regime_fc 20 from data_modules.short_selling import swings 21 from data_modules.short_selling import sma ImportError: No module named 'data_modules'
How do i import the data_modules?
I imported the short_selling py file into the jupyter notebook path but i could not run it, the following error occurs
ImportError: No module named 'bs4'
Thanks