Kotlin / kotlin-jupyter

Kotlin kernel for Jupyter/IPython
Apache License 2.0
1.09k stars 106 forks source link

Support Comm messages in the Kernel API #366

Open belovrv opened 2 years ago

belovrv commented 2 years ago

Support Comm messages in the Kernel API. They will help to make interactive dataframes in the Kernel

altavir commented 2 years ago

Currently we are doing dynamic message exchange by creating a separate ktor server. But it would be nice to be able to communicate directly via Jupyter connection.

I think it will require some kind of front-end part for Kotlin Jupyter API library to support it properly.

ileasile commented 2 years ago

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