Hi! When I try to run code on a jupyter notebook on VS Code i get this: "Running cells with 'Python 3.13.2' requires the ipykernel package."
The options given are install or change kernel.
If I go to Install i get an error like this:
Run the following command to install 'ipykernel' into the Python environment.
Command: 'c:/Users/***/AppData/Local/Microsoft/WindowsApps/python3.13.exe -m pip install ipykernel -U --user --force-reinstall'
Thanks!