
org.jetbrains.kotlinx.jupyter.api.graphs.GraphNodes.kt Maven / Gradle / Ivy
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>)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy