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

Consider the following situation: two jupyter integration have a renderer for the same type and are imported to the classpath. Currently, there are no wats to find, which one will...

feature

I find strange this is not yet available, or at least no visible ! Could be with Joda, Java Date or Date in Koltin Kmp ! My use case is...

question

Right now you have to call `runBlocking { }` manually, and it would be nice if that is not required

feature

Consider the following example ![image](https://user-images.githubusercontent.com/200952/141848059-489cb5d9-b14b-4f3e-bf2c-f470169fb62f.png) This fails with ``` Back-end (JVM) Internal error: Failed to generate expression: KtNameReferenceExpression File being compiled: (1,28) in Line_7.jupyter-kts The root cause java.lang.UnsupportedOperationException was thrown...

bug
duplicate
REPL involved

Is there a way to see the help comments for the functions (with fun signature and description)? Similar to the way it is in IntelliJ IDEA. Maybe with a hotkey...

feature

A minimal repro: ```kotlin import kotlin.time.* @ExperimentalTime val res = runBlocking { val mark = TimeSource.Monotonic.markNow() delay(300) mark.elapsedNow() } println(res) ``` Image for clarification: ![image](https://user-images.githubusercontent.com/26714676/105041490-1092af00-5a89-11eb-9a41-a5bf66a6694a.png)

bug

The next step for #148. This requires three things: - Specify the name of the bundle JS (and maybe css) like this: ```kotlins js{ browser { webpackTask { this.outputFileName =...

feature
NB API and libraries

Is there a way to preload external libraries, such as %use lets-plot, before the start of every notebook/lab session similar to the [startup feature](http://ipython.org/ipython-doc/1/config/overview.html#startup-files) in iPython, or are there any...

feature

Add descriptors to cells' variables. This can be useful in representing variables in a common debugger-fashion. To make computation swifter and response's latency lower, it's crucial to consider incremental depth...

feature