Skip to content

Commit f84b78d

Browse files
Merge pull request #1085 from Kotlin/notebook_update
Notebooks update
2 parents 8ef621e + dcb212a commit f84b78d

File tree

26 files changed

+175182
-16427
lines changed

26 files changed

+175182
-16427
lines changed

RELEASE_CHECK_LIST.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@
3737
- `Level.ERROR` messages and their functions are removed.
3838
- Update regions in the file accordingly.
3939
21. Update Notebook examples, both in the project and on Datalore.
40+
- Dev notebooks may contain updated code for release Notebook examples.
4041

4142
(Activities that need to be done for **R**elease **C**andidate releases are marked as such)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class SampleNotebooksTests : DataFrameJupyterTest() {
124124

125125
companion object {
126126
const val IDEA_EXAMPLES_PATH = "../examples/idea-examples"
127-
const val NOTEBOOK_EXAMPLES_PATH = "../examples/notebooks"
127+
const val NOTEBOOK_EXAMPLES_PATH = "../examples/notebooks/dev"
128128

129129
fun testFile(folder: String, fileName: String) = fileName to "$NOTEBOOK_EXAMPLES_PATH/$folder/$fileName"
130130
}

0 commit comments

Comments
 (0)