Skip to content

Commit

Permalink
KTNB-794: Don't declare beans for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ileasile committed Oct 18, 2024
1 parent aeb7679 commit f178f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyter-lib/spring-starter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ val springKernelJar =
)

tasks.processJupyterApiResources {
libraryProducers = listOf("org.jetbrains.kotlinx.jupyter.spring.starter.SpringJupyterIntegration")
// libraryProducers = listOf("org.jetbrains.kotlinx.jupyter.spring.starter.SpringJupyterIntegration")
}

kotlinPublications {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ object SpringProcessKernelRunMode : KernelRunMode by EmbeddedKernelRunMode {
evaluator: CodeEvaluator,
) {
notebook.sessionOptions.serializeScriptData = true
evaluator.eval("1")
// evaluator.eval("1")
}
}

0 comments on commit f178f0b

Please sign in to comment.