Failed to start a session for the Kernel 'Python 3.5.2 64-bit ('root': conda)'. View Jupyter log for further details.
See original GitHub issueEnvironment data
- VS Code version: 1.43.1
- Extension version (available under the Extensions sidebar): XXX
- OS and version: XXX
- Python version (& distribution if applicable, e.g. Anaconda): anaconda Python 3.7.6 64-bit
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): conda
- Relevant/affected Python packages and their versions: XXX
- Relevant/affected Python-related VS Code extensions and their versions: XXX
- Jedi or Language Server? (i.e. what is
"python.jediEnabled"
set to; more info microsoft/vscode-python#3977): XXX - Value of the
python.languageServer
setting: XXX
Expected behaviour
start the python interactive window
Actual behaviour
“Failed to start a session for the Kernel ‘Python 3.5.2 64-bit (‘root’: conda)’. View Jupyter log for further details.” I choose the right version of python: But it doesn’t work. -1585087562783.log
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
- XXX
Logs
Output for Python
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Python
)
XXX
Output from Console
under the Developer Tools
panel (toggle Developer Tools on under Help
; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging
)
XXX
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (6 by maintainers)
Top Results From Across the Web
Failed to start the Kernel - Jupyter in VS Code - Stack Overflow
I got the same error message because the jupyter package was missing in my selected environment. pip install jupyter.
Read more >How to fix Kernel Error or broken Python in Jupyter Notebook
TL;DW BELOW! If you delete or upgrade your python version, you might get a Kernel Error when trying to use Jupyter Notebooks!
Read more >Release notes — conda 22.11.1.post16+ce4e810c9 ...
Allow extended user-agent collection to fail but log the exception (#11455) ... See the conda documentation for more information.
Read more >How to Install Anaconda Python and First Steps for Linux and ...
How to Install Anaconda Python. Linux; Windows 10. Getting started with Anaconda Python. Jupyter notebook; Conda and Anaconda Navigator.
Read more >Bug listing with status RESOLVED with resolution OBSOLETE ...
... Bug:96449 - "New: fusd A library and kernel module to create userpsace char ... fails on any Gentoo virtual machine" status:RESOLVED resolution:OBSOLETE ......
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 FreeTop 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
Top GitHub Comments
Thanks a lot Ian for your help much appreciated
Have an update to my earlier comment. I had now uninstalled the Anaconda version and also the Python . Freshly downloaded both and installed VS Code thru Anaconda and after setting the Python interpreter it worked FINALLY!!!.
Its so awesome now to have Jupyter notebook in VS Code