Somehow I created some kernel associated with conda environment (I guess) and now I’m stuck to this kernel and can’t change it (I want to change to default kernel)
I tried editing the notebook but it was already set as I wanted
“metadata”: {
“kernelspec”: {
“display_name”: “Python 3 (ipykernel)”,
“language”: “python”,
“name”: “python3”
},
“language_info”: {
“codemirror_mode”: {
“name”: “ipython”,
“version”: 3
},
Furthermore this kernel is not even listed
$ jupyter kernelspec list
Available kernels:
python3 /home/jovyan/.local/share/jupyter/kernels/python3
xpython /opt/conda/share/jupyter/kernels/xpython
xpython-raw /opt/conda/share/jupyter/kernels/xpython-raw
I also tried to open the Command Palette → type “Select Kernel” → pick “Python 3 (ipykernel)”, but didn’t work either
I also listed
$ ll ~/.local/share/jupyter/kernels/
total 12
drwxr-sr-x 3 jferreira users 4096 Oct 15 17:29 ./
drwxrwsr-x 4 jferreira users 4096 Oct 16 10:23 ../
drwsrwsr-x 2 jferreira users 4096 Oct 15 17:29 python3/
but can’t find that strange kernel
