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.

Jupyter "Kernel not created with name..." error

See original GitHub issue

I have been using the Python Interactive window and the Notebook editor for some time.

Just now however they stopped working (in the middle of me working with it) with the error message:

image

There was no “provocation” other than me pressing “restart kernel”. Nothing new was installed in the last few days on the system. Restarting vscode did not help. Neither did restarting the entire system.

The referenced directory contains:

image

kernel.json contains:

{
 "argv": [
  "Z:\\Systemdateien\\Miniconda3\\envs\\numba47\\python.exe",
  "-m",
  "ipykernel_launcher",
  "-f",
  "{connection_file}"
 ],
 "display_name": "Python 3.7.5 64-bit ('numba47': conda)",
 "language": "python"
}

Environment:

  • Windows 10
  • python env installed with: conda create -n numba47 -c numba python=3 numba jupyter

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
superlightboycommented, Jan 9, 2020

By this, do you mean you installed the build I’ve included above?

Yes - after installing that build the issue is resolved.

0reactions
greazercommented, Jan 9, 2020

@ARF1, please reopen if this is not resolved in the next official release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jupyter "Kernel not created with name..." error #2483 - GitHub
The root cause of this issue was new usage of 'conda -run' to run python code. This seems to fail in some cases....
Read more >
How to Fix Kernel Error in Jupyter Notebook
By default, there are no other virtual environments in Jupyter Notebook apart from Python 3. Press CTRL + C and create a new...
Read more >
Failed to start the kernel on jupyter notebook - Stack Overflow
I am facing the same error , I have run the following command you mentioned in the question and that return me python3...
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 >
Kernel Error – Jupyter Notebook - Tech……Answers
If you will type jupyter notebook on the terminal and run it then you will not find any environment except Python 3 and...
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