Skip to content

Commit

Permalink
cuda docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sronilsson committed Sep 5, 2024
1 parent d99cc8c commit 8742aa8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions simba/mixins/network_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,15 @@ def visualize(graph: Union[nx.Graph, nx.MultiGraph],
Visualizes a network graph using the vis.js library and saves the result as an HTML file.
.. raw:: html
:file: ../docs/_static/img/network_ex.html
:file: ../../docs/_static/img/network_ex.html
.. raw:: html
:file: _static/img/network_ex.html
<iframe src="../../docs/_static/img/network_ex.html" width="100%" height="600px" frameborder="0"></iframe>
.. note::
Multi-networks created by ``simba.mixins.network_mixin.create_multigraph`` can be a little messy to look at. Instead,
Expand Down

0 comments on commit 8742aa8

Please sign in to comment.