ipykernel not detected ('Running cells with 3.9.13 (base) requires ipykernel package installed or requires an update')
See original GitHub issue- VS Code Version: 1.73.1 (Edit: I am using VS version 1.73.1)
- OS Version: 64-bit operating system, x64-based processor
I am using a company laptop/machine where vs 1.0.0 and python 3.9.13 is installed and I do not have any access for updating or changing the directlies of where these are installed. I also downlaoded conda 22…9.0 that I installed on my machine. But everytime I try to run something I get an error message saying that I need ipykernel package, however I do have it, I tried updating it, also tried uninstalling and reinstalling it.
I also followed the suggestions on the following links but non of them worked:
https://statics.teams.cdn.office.net/evergreen-assets/safelinks/1/atp-safelinks.html https://github.com/microsoft/vscode-jupyter/issues/491 https://github.com/microsoft/vscode-jupyter/issues/2426
Issue Analytics
- State:
- Created 10 months ago
- Comments:11 (1 by maintainers)
Top Results From Across the Web
Python requires ipykernel to be installed - Stack Overflow
ipynb file in VS Code while trying to run it, it gave the error "Running cells with Python 3.7.8(env_name:venv) require ipykernel package". I ......
Read more >ipykernel not detected ('Running cells with 3.9.13 (base ...
ipykernel not detected ('Running cells with 3.9.13 (base) requires ipykernel package installed or requires an update') #20306.
Read more >running cells with 'python 3.10.4 64-bit' requires ipykernel ...
microsoft/vscode-jupyteripykernel not detected ('Running cells with 3.9.13 (base) requires ipykernel package installed or requires an update')#12146.
Read more >ipykernel - PyPI
This package provides the IPython kernel for Jupyter. Installation from source. git clone; cd ipykernel; pip install -e ".[test]".
Read more >What to do when things go wrong - The Jupyter Notebook
If it can't find jupyter , you may need to configure your PATH ... but it can import the ipykernel package, it provides...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Creating a new env resolved the issue.
Sure, no worries.
you can get there output using the command
Jupyter: Show Output
(you will see something at the bottom)