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'
#🔒 Jupyter does not work with python 3.13.2 (?)
10 messages · Page 1 of 1 (latest)
@rich pebble
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
Closes after a period of inactivity, or when you send !close.
Have you run the following command?
Yes, and im having the same issue
Idk if it's because window store python, so try uninstall the window store version and install from https://python.org/
maybe i should try installing jupyter from its own website, bc ive been working with python on vsc without any problems
@rich pebble you should try installing python from python.org first
the python that comes with windows is very restricted so that your grandma can't mess up her computer.
It worked! Thanks!!
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.