Ilya Muradyan

Results 109 comments of Ilya Muradyan

Maybe my explanation is messy enough. Yes, I'll try to write exactly what I'm doing. First of all, I build Zeppelin from this branch and start it on cluster. Then,...

Issue will be resolved if interpreter itself will not be run with the resolved classpath for this library, but this classpath will be passed as an argument to interpreter, and...

Hi! Can you share your broken notebooks `language_info` field? It is placed in the end of the notebook usually and looks like this: ``` "language_info": { "codemirror_mode": "kotlin", "file_extension": ".kt",...

As I understand, the author should change this line of code: https://github.com/almond-sh/almond/blob/6e1ed68f6f3b6fbe60d7f2336535bcc93792c574/modules/scala/scala-interpreter/src/main/scala/almond/ScalaInterpreter.scala#L182 to `codemirror_mode = Some("scala")`, and this will be it. The problem is that in some version of Jupyter...

To fix the notebook itself, just change `text/x-scala` in codemirror_mode field to `scala` and reopen the notebook

YouTrack issue: https://youtrack.jetbrains.com/issue/KT-36397

You can try to use Kotlin Notebook plugin. Essentially it's the same kernel, but inside IDE. https://plugins.jetbrains.com/plugin/16340-kotlin-notebook Now it's actively developed, so EAP version may be a bit outdated, but...

Hi! does it work with other versions of kernel (previous one)?

> Uncaught SyntaxError: Kernel message validation error: JSON.parse: It is the error inside the browser, right? If yes, could you please try to extract the JSON that cannot be parsed...