kotlin-jupyter-kernel
Toggle table of contents
0.14.1-495-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
shared-compiler
/
org.jetbrains.kotlinx.jupyter.magics
/
AbstractMagicsProcessor
/
Companion
/
processSingleMagic
process
Single
Magic
fun
processSingleMagic
(
code
:
String
,
handler
:
MagicsHandler
,
codeInterval
:
CodeInterval
,
parseOnly
:
Boolean
=
false
,
tryIgnoreErrors
:
Boolean
=
false
)