Currently, I have a terrible experience with jupyt...
# datascience
s
Currently, I have a terrible experience with jupyter notebooks with Kotlin, will Kotlin be supported with notebooks in idea?
a
Could you give a little bit more detail on "terrible experience"? Experimental kotlin notebook support in IDEA is already supported via plugin.
r
The Kotlin Notebook plugin while is available on the plugins marketplace is absolutely in pre-alpha stage and its status is in active development. More or less it should be usable only after the first official blogpost.
s
@altavir for example I defined a value model, but it is not available in other cells
a
But it is. Could you share an example? Idea integration won't help you with the cell model. It is exactly the same.
s
The biggest issue I have right now is the code completion is missing
a
Code completion is fully functional in jupyter and datalore. Are you sure it was set up properly?
s
Hummm, I'll go check again. I followed all the steps.
a
It is tab key in jupyter
s
Thanks, solved now