toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.config
/
JupyterCompilingOptions
Jupyter
Compiling
Options
data
class
JupyterCompilingOptions
(
val
cellId
:
CellId
,
val
isUserCode
:
Boolean
)
Members
Constructors
Jupyter
Compiling
Options
Link copied to clipboard
constructor
(
cellId
:
CellId
,
isUserCode
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cell
Id
Link copied to clipboard
val
cellId
:
CellId
is
User
Code
Link copied to clipboard
val
isUserCode
:
Boolean