I want to run jupyter in pycharm, but encountered error: No such kernel named python3.
I only installed Anaconda(Python3 64bit version) and use this as the pycharm project interpreter.
......
Jupyter kernelspec list shows following:
Appreciate any helps!!
This solved issue for me:
conda install nb_conda_kernels
We've released versions of nb_conda
, nb_conda_kernels
and nb_anacondacloud
through the official Anaconda conda repos that should resolve the issues you are seeing!
shell
conda update nb_conda nb_conda_kernels nb_anacondacloud
As-installed kernel names that are eligible for being default
(e.g. python2
, python3
, ir
, etc.) will be maintained unmodified, so they should always appear there.
The downside is as many as three options for the current env, i.e. if you are in root, you will see Python 2 and Python [root] and Python [default], you can now reproducibly capture which environment your kernel should run against.
meta: https://github.com/Anaconda-Platform/anaconda-nb-extensions/issues/166
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With