question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IPyKernel not installed into interpreter is logged as unhandled errors against extension

See original GitHub issue

had a small problem, manually installed by hitting the install button… image

image

image

image

Edition Windows 10 Pro Version 21H1 Installed on ‎3/‎12/‎2021 OS build 19043.1348 Experience Windows Feature Experience Pack 120.2212.3920.0

far as i know it will be fine till i find another problem, sorry to be a bother 😕 (im new and getting situated…) if you need any other information than my vague input…well…you know

Environment data

  • VS Code version: Python 1.62.3
  • Jupyter Extension version (available under the Extensions sidebar): XXX
  • Python Extension version (available under the Extensions sidebar): XXX
  • OS (Windows | Mac | Linux distro) and version: XXX
  • Python and/or Anaconda version: python 3.10.0
  • Type of virtual environment used (N/A | venv | virtualenv | conda | …): XXX
  • Jupyter server running: Local | Remote | N/A

Expected behaviour

XXX

Actual behaviour

XXX

Steps to reproduce:

[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]

  1. XXX

Logs

Output for Jupyter in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Jupyter)

XXX

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
rchiodocommented, Dec 1, 2021

Actually I’m not sure there’s even an error? It looks like the install worked. Were you able to run a cell?

1reaction
DonJayamannecommented, Dec 1, 2021

@rchiodo I’m gong to re-open this, so we don’t log the messages as errors. Basically these are handled, hence logging them into console as errors only adds to the confusion. Changing this to debt

TODO:

  • Stop logging ipykernel not found as errors, instead log them as warnings or info.

Why: These errors are logged & displayed as unhandled errors, which isn’t true. hence confuses users.

Read more comments on GitHub >

github_iconTop Results From Across the Web

VS Code not registering that ipykernel is installed
The solution for me was running this code in command prompt pip install --upgrade ipython. The problem I think is related to a...
Read more >
What to do when things go wrong - The Jupyter Notebook
Jupyter fails to start · Have you installed it? ;-) · If you're using a menu shortcut or Anaconda launcher to...
Read more >
How to fix Kernel Error or broken Python in Jupyter Notebook
It also solves the problem of running pip install but Python packages not showing up in your notebook. SHORT VERSION: the commands you'll ......
Read more >
running cells with 'python 3.10.4 64-bit' requires ipykernel ...
The reason is that your current VSCode terminal is in the environment " Deeplearning_Env ", so " ipykernel " is installed in the...
Read more >
Help with Jupyter Notebook : r/vscode - Reddit
After it confirms all requirements are satisfied for that library, I get the error, "IPyKernel not installed into interpreter Python 3.8.5 64- ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found