How do you edit your kotlin jupiter files? I’ve tr...
# datascience
p
How do you edit your kotlin jupiter files? I’ve tried editing the files in the browser, but I miss all the shortcuts I am used to in Intellj. The editing experience in the browser just does not feel right to me. I’ve had the same issue with python, but there I was able to use pycharm to edit my files directly which felt much better.
a
There is no support for kotlin jupyter in IDEA right now, but as far as I know, it is planned. Right now, you can safely use
main.kts
scripts in idea instead. I do not think that notebook support will be ever as good as IDE.
h
What about using the excellent ipynb integration with the kotlin-kernel? This provides full ide tooling. I remember that this was not yet possible for kotlin a while ago, but maybe it's fixed now?
p
@holgerbrandl The ipynb kotlin kernel does not integrate with the IDE unless I am missing something. I have tried worksheets and the experience was a lot smoother, thanks for the tipp
h
You could vote for https://youtrack.jetbrains.com/issue/PY-41575 Until this ticket is fixed, I have strong doubts if users will start using kotlin for data-science. In particular with the omnipresence of python and jupyter in the data-science space.