toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.execution
/
JupyterExecutorImpl
/
runExecution
run
Execution
open
override
fun
<
T
:
Any
>
runExecution
(
name
:
String
,
classLoader
:
ClassLoader
?
,
body
:
(
)
->
T
)
:
ExecutionResult
<
T
>