My Jupyter notebook can’t see kotlin kernel, tried...
# datascience
d
My Jupyter notebook can’t see kotlin kernel, tried to install via pip3 and then conda but result is the same, what may be the problem ? also
~ % jupyter kernelspec list
returns only:
Copy code
Available kernels:
 python3  /usr/local/share/jupyter/kernels/python3
fixed with sudo 😅
sudo pip3 install kotlin-jupyter-kernel
sudo python3 -m kotlin_kernel fix-kernelspec-location
👍 1
133 Views