Practice modules : Maximum Drawdown for Risk Analysis

I section 7, Unit 2, I tried to run this code

For strategy analytics

import os

import sys

sys.path.append('…')

import data_modules.quantra_analytics as qa

But this error message appears

ModuleNotFoundError                       Traceback (most recent call last)

<ipython-input-1-d9e4cf86eba6> in <module>

      3 import sys

      4 sys.path.append('…')

----> 5 import data_modules.quantra_analytics as qa



ModuleNotFoundError: No module named 'data_modules'



---------------------------------------------------------------------------

NOTE: If your import is failing due to a missing package, you can

manually install dependencies using either !pip or !apt.

 

Hi Carlos, 



Can you please try downloading the zip file from here and run the notebook once? If the issue still persists, please let us know. 



Thanks, 

Bhavika