Skip to content

Commit c4b3e19

Browse files
committed
updating quickstart notebooks and added it to /dev and test
1 parent fc7ba27 commit c4b3e19

File tree

3 files changed

+8543
-238
lines changed

3 files changed

+8543
-238
lines changed

dataframe-jupyter/src/test/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/SampleNotebooksTests.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ class SampleNotebooksTests : DataFrameJupyterTest() {
119119
),
120120
)
121121

122+
@Test
123+
fun quickstart() =
124+
exampleTest(
125+
dir = "quickstart",
126+
)
127+
122128
private fun doTest(
123129
notebookPath: String,
124130
replacer: CodeReplacer,

0 commit comments

Comments
 (0)