Skip to content

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

@ARF1

Description

@ARF1

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions