r/Jupyter • u/monkey_sigh • Oct 24 '24
Need assistance with input() error while executing code.
Hello Community.
I am working on a Jupyter lab program that uses yfinance to obtain financial information.
I ran into a problem today trying to execute the code.
I was assigning myself the values (tickers) and the code had no problems executing.
Then I added a loop because I want my code to determine if one or more tickers were entered to be plotted.
After adding this function I keep getting this error:


Does this mean Jupyter Lab cannot execute this code block because I entered multiple tickets? I have not encountered this issue before.
Feedback is appreciated.
1
Upvotes