All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jetbrains.kotlinx.jupyter.spring.starter.SpringKotlinJupyterClient.kt Maven / Gradle / Ivy

package org.jetbrains.kotlinx.jupyter.spring.starter

import org.jetbrains.kotlinx.jupyter.api.JupyterClientType
import org.springframework.boot.context.properties.ConfigurationProperties
import org.springframework.stereotype.Component

@Component
@ConfigurationProperties(prefix = "kotlin.jupyter.kernel.client")
class SpringKotlinJupyterClient {
    var type: String = JupyterClientType.KOTLIN_NOTEBOOK.name
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy