so my objective is to test a piechart from a code i found for visualizing stocks, kind of a portfolio. The problem is, that i always get an error. I tried using the jupyter notebook, which isnt as useful as I thougt. I am working with User Inputs. In the following are the libraries I used and the full code. Thanks in advance.
import datetime import yfinance as yf import plotly.graph_objects as go
https://github.com/NoamYakarOfficial/StockPortfolioVisualizer
Can you run this way:
pip install yfinance
pip install plotly