kotlin-jupyter-kernel
Toggle table of contents
0.13.0-481-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
api
/
org.jetbrains.kotlinx.jupyter.api.libraries
/
KernelRepository
Kernel
Repository
@
Serializable
(
with
=
KernelRepositorySerializer::class
)
data
class
KernelRepository
(
val
path
:
String
,
val
username
:
String
?
=
null
,
val
password
:
String
?
=
null
)
:
VariablesSubstitutionAware
<
KernelRepository
>
,
Comparable
<
KernelRepository
>
Members
Constructors
Kernel
Repository
Link copied to clipboard
constructor
(
path
:
String
,
username
:
String
?
=
null
,
password
:
String
?
=
null
)
Properties
password
Link copied to clipboard
val
password
:
String
?
=
null
path
Link copied to clipboard
val
path
:
String
username
Link copied to clipboard
val
username
:
String
?
=
null
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
KernelRepository
)
:
Int
replace
Variables
Link copied to clipboard
open
override
fun
replaceVariables
(
mapping
:
Map
<
String
,
String
>
)
:
KernelRepository
Replace variables and return the result.