<@U0CHHN4F4> is there a way to make the jupyter no...
# datascience
h
@ilya.chernikov is there a way to make the jupyter notebook editor in IJ aware of the fact that I’d like to create a notebook using the kotlin-kernel (see https://github.com/ligee/kotlin-jupyter) and to switch the language context for the code chunks? The kernel works great in the browser, but I’d like to stick to IJ for the coding part.
i
Good question! 🙂 I’ll try to find out.
So, I checked around. The only notebook editor in IJ that I’m aware of is the one bundled into PyCharm. And although it is probably possible to make it run with the kotlin kernel, the PyCharm itself doesn’t have kotlin support, so you’ll not get any coding help from it. It is theoretically possible to extract this notebook editor into separate IJ plugin, but so far we have no plans about it. If this is something important for you, we can create an issue in the youtrack and see how popular the request and what we can do about it.
h
Indeed that’s the one I was trying to use from IJ via the python plugin. I’ve created a ticket https://youtrack.jetbrains.com/issue/IDEA-179789