I downloaded the resources for the course Trading Using Options Sentiment Indicators . In the Breadth Measures folder, I can only see CSV files, Python code files (.py), and one text file. I am not able to find any Jupyter Notebook (.ipynb) file to run the lesson.
Hi,
Earlier course resources were provided with Python code files using the .py extension instead of Jupyter Notebook files (.ipynb).
You can still run these files from a Jupyter Notebook. Please open a notebook in the same folder and run the following command:
%run filename.py
Replace filename.py with the actual Python file name. This will execute the script and display the results in the notebook.