You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the ways to support graph visualization in Kotlin Jupyter is to implement JupyterIntegration inside graphviz-kotlin, then add it to Kotlin Jupyter's library descriptors repository.
The only problem I currently discovered is that we can't update Kotlin in graphviz-kotlin because of the JaCoCo version in code-assert.
After code-assert is updated, the implementation is straightforward (MutableGraph and Graphviz instances should be supported for visualization to SVG that will be sent to Jupyter).
The text was updated successfully, but these errors were encountered:
One of the ways to support graph visualization in Kotlin Jupyter is to implement
JupyterIntegration
inside graphviz-kotlin, then add it to Kotlin Jupyter's library descriptors repository.The only problem I currently discovered is that we can't update Kotlin in graphviz-kotlin because of the JaCoCo version in code-assert.
After code-assert is updated, the implementation is straightforward (
MutableGraph
andGraphviz
instances should be supported for visualization to SVG that will be sent to Jupyter).The text was updated successfully, but these errors were encountered: