Ilya Muradyan

Results 109 comments of Ilya Muradyan

And could you please copy the contents of the notebook the screenshot of which you made

Merged. Will try dev version with Datafame and maybe adjust or extend API then.

Hi! Have you tried %useLatestDescriptors?

And what exact changes do you wish to reflect?

I see, it's actually not a kernel problem, it should be filed in https://youtrack.jetbrains.com/issues/KTNB. Please check following things: 1. In notebook settings the module you depend on is enabled 2....

@XQDD Hello! We've actually chosen the second way :) We'll start working on Kotlin support in Jupyter plugin in a few days, but this work may last for several months,...

Hi! There are logs for every Kotlin Notebook session in Kotlin Notebook tool window. You can see what kernel does and how much time it takes. Initially long waiting time...

Please try to disable resolving of multiplatform dependencies and then if it doesn't help resolving of source dependencies. You can do this in the Kotlin Notebook settings. Also, try switching...

Hi! Yes, it's a valid concern. I think that the best solution is to use a safer version of JVM that doesn't execute requests to these vulnerable system methods. Another...

However the last solution isn't safe enough because you still can execute ``` Runtime.getRuntime().exec(...) ```