We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba8fff commit 0d7b08cCopy full SHA for 0d7b08c
src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/Integration.kt
@@ -152,7 +152,7 @@ internal class Integration : JupyterIntegration() {
152
153
onClassAnnotation<DataSchema> { addDataSchemas(it) }
154
155
- afterCellExecution { snippet, result ->
+ beforeCellExecution {
156
if (newDataSchemas.isNotEmpty()) {
157
addDataSchemas(newDataSchemas)
158
newDataSchemas.clear()
0 commit comments