https://kotlinlang.org logo
Title
d

Dumitru Preguza

07/09/2022, 2:30 PM
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:
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