kotlin-jupyter icon indicating copy to clipboard operation
kotlin-jupyter copied to clipboard

Kotlin kernel for Jupyter/IPython

Results 82 kotlin-jupyter issues
Sort by recently updated
recently updated
newest added

First of all: great work on this. I'm impressed by how well this all works and I'm happy to see Kotlin compete with Python's dominance in data science. I have...

Some libraries can't be migrated to k2 (kandy, dataframe) due to the use of `kotlin-jupyter-api`, which still uses the old version of ksp

Basically, with this API: ```kotlin fun animate(frames: Int, delayMs: Int, frameFactory: (Int) -> Any) ```

It's important for developers to review changes coming in whenever a dependency is updated, and for that we rely on changelogs to avoid the burden of reviewing a full git...

[Q] how to use javafx in kotlin notebook with jdk 17

Even though I added new constructor parameter on a class in my project, compile error occurs when I run notebook saying 'Too many arguments ...'. It usually takes so much...

Now we have `Image` class and it's HTML-based. We need buffered-image-based processing and displaying the result with `image/*` MIME type

This repository slows-down dependency resolution, even for the dependencies where it's not needed

Only following lines take 1m 31s 974s ``` %use kandy %use dataframe ``` After slow execution It gets quite fast for several cell executions and after several minutes it gets...

``` @file:DependsOn("com.lemonappdev:konsist:0.13.0") import com.lemonappdev.konsist.api.* import com.lemonappdev.konsist.api.declaration.* val functions = Konsist.scopeFromProduction() .functions() ``` ![image](https://github.com/Kotlin/kotlin-jupyter/assets/12936457/167da4a2-f68e-4640-9ba3-5a2eeba3c96b) Issue can be narrowed down to this code. Even though both classes are present in the same...