org.jetbrains.kotlinx.jupyter.api.graphs.GraphNodes.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-jupyter-api Show documentation
Show all versions of kotlin-jupyter-api Show documentation
API for libraries supporting Kotlin Jupyter notebooks
package org.jetbrains.kotlinx.jupyter.api.graphs
/**
* [GraphNodes] is a graph effectively and is rendered with `lib-ext` as well
* as [GraphNode]
*/
data class GraphNodes(val nodes: Iterable>)