Hi everyone, I've got problems updating the Kotlin Jupyter Kernel. I followed the procedure on its website, i.e.:
``pip install kotlin-jupyter-kernel --upgrade``.
It correctly downloaded and installed the
0.11.0.208
version.
However, everytime I launch
jupyter notebook
and connect to it with the Kotlin Notebook IDEA plugin I get told that the kernel version (0.1.0-170) is incompatible the kotlin-dataframe version.
If I scroll at the top of the log, I can see that indeed it tries to use the 0.11.0-170 version:
Kernel args: /tmp/kotlin-kernel-config-kernelProcessConnection15069667844898789499.json, -home=/tmp/kernelProcess16547460509079481210, -cp=/tmp/kernelProcess16547460509079481210/lib/kotlin-jupyter-api-0.11.0-170.jar:/tmp...
Deleting the
/tmp/kernelProcess*
directories changes nothing.