toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.commands
Package-level
declarations
Functions
Functions
do
Command
Completion
Link copied to clipboard
fun
doCommandCompletion
(
code
:
String
,
cursor
:
Int
)
:
CompletionResult
join
To
String
Indented
Link copied to clipboard
fun
<
T
>
Iterable
<
T
>
.
joinToStringIndented
(
transform
:
(
T
)
->
CharSequence
?
=
null
)
:
String
report
Command
Errors
Link copied to clipboard
fun
reportCommandErrors
(
code
:
String
)
:
ListErrorsResult
run
Command
Link copied to clipboard
fun
runCommand
(
code
:
String
,
repl
:
ReplForJupyter
)
:
JupyterResponse