#🔒 Jupyter does not work with python 3.13.2 (?)

10 messages · Page 1 of 1 (latest)

rich pebble
#

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'

pale breachBOT
#

@rich pebble

Python help channel opened

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.

rain plume
#

Have you run the following command?

rich pebble
#

Yes, and im having the same issue

rain plume
rich pebble
#

maybe i should try installing jupyter from its own website, bc ive been working with python on vsc without any problems

split bridge
#

@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.

rich pebble
#

It worked! Thanks!!

pale breachBOT
#
Python help channel closed for inactivity

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.