toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging
/
ExecuteRequest
/
ExecuteRequest
Execute
Request
constructor
(
code
:
String
,
silent
:
Boolean
=
false
,
storeHistory
:
Boolean
=
true
,
userExpressions
:
Map
<
String
,
String
>
=
mapOf()
,
userVariables
:
List
<
String
>
=
listOf()
,
allowStdin
:
Boolean
=
true
,
stopOnError
:
Boolean
=
true
)