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