Kotlin / kotlin-interactive-shell

Kotlin Language Interactive Shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reuse Kotlin Jupyter infrastructure to evaluated cells

altavir opened this issue · comments

Kotlin Jupyer Kernell seems to be more advanced and better maintained. I think it should be possible to use its evaluation infrastructure to provide better support for new features and a common syntax. Also it would be good to be able to use Jupyter plugins as well.

Most of Jupyter plugins return HTML-based cells, but it is OK. We can run KI in two modes:

  • console only, where HTML is rendered as text.
  • semi-console, where HTML is opened in a system browser.