Many of the jupyter Notebooks are not loading, can someone help here

Course Name: Candlestick Patterns based Automated Trading, Section No: 8, Unit No: 11, Unit type: Notebook

Hi Aniket



We are able to open the notebook. Please reload or follow the steps mentioned in the document to open the notebook. 



If you face any issue, kindly share the screenshots along with your browser details with the support team at  quantra@quantinsti.com



Thanks! 

I have loaded the "Getting Market Data" Equities Notebook on two different browsers, Firefox and Safari, on OSX Ventura. None of the code functions correctly.



Whereas the other notebooks ran fine in the Python for Trading and Getting Started in Algorithmic trading last week.



Furthermore the link you provide above has neither troubleshooting nor error correction for Jupyter Notebooks.



Please note the attached screenshot of the error reproduced in both browsers and advise.







I was able to download an run in my own virtualenv with jupyter. It is your cloud environment. Likely an upgraded package.



Karadi

This is continuing in all of the notebooks for this course.



:frowning:

Hey Goutham,



Thanks for reporting this. It seems like there was some changes in the yahoo finance and the package yfinance was updated recently to work with those changes.



I request you to upgrade the yfinance package to version 0.2.9 and run the code. You can add the below line at the top/first coding cell, restart the kernel and run the code.



pip install yfinance==0.2.9



Thanks,

Ishan

Thank you. I mostly just downloaded and comopleted locally :smiley:



I will make this change as needed.



Karadi

Thank you. I mostly just downloaded and comopleted locally :smiley:



I will make this change as needed.



Karadi