Jupyter "Kernel not created with name..." error
See original GitHub issueI 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:
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:
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:
- Created 4 years ago
- Comments:12 (6 by maintainers)
Top 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 >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
Yes - after installing that build the issue is resolved.
@ARF1, please reopen if this is not resolved in the next official release.