Skip to content

Commit 07bdf03

Browse files
committed
add 'interact' to imports
1 parent c81d496 commit 07bdf03

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
lets_plot.version=4.5.1
2-
lets_plot_kotlin_api.version=4.9.0
2+
lets_plot_kotlin_api.version=4.9.1-SNAPSHOT

toolkit/jupyter/src/main/kotlin/org/jetbrains/letsPlot/toolkit/jupyter/Integration.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ internal class Integration(private val notebook: Notebook, private val options:
4444
import("org.jetbrains.letsPlot.font.*")
4545
import("org.jetbrains.letsPlot.coord.*")
4646
import("org.jetbrains.letsPlot.pos.*")
47+
import("org.jetbrains.letsPlot.interact.*")
4748
import("org.jetbrains.letsPlot.bistro.corr.*")
4849
import("org.jetbrains.letsPlot.bistro.qq.*")
4950
import("org.jetbrains.letsPlot.bistro.joint.*")

0 commit comments

Comments
 (0)