Skip to content

Commit 334a6d9

Browse files
committed
adds libraries.json which loads dataframe-jupyter from dataframe-core in notebooks. Requires Kotlin/kotlin-jupyter#488
1 parent 60106a9 commit 334a6d9

File tree

1 file changed

+9
-0
lines changed
  • core/src/main/resources/META-INF/kotlin-jupyter-libraries

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"descriptors": [
3+
{
4+
"init": [
5+
"@Suppress(\"INVISIBLE_MEMBER\", \"INVISIBLE_REFERENCE\") USE { dependencies(\"org.jetbrains.kotlinx:dataframe-jupyter:${org.jetbrains.kotlinx.dataframe.BuildConfig.VERSION}\") }"
6+
]
7+
}
8+
]
9+
}

0 commit comments

Comments
 (0)