Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChrisDelClea/streamlit-agraph
/ functions
Functions
33 in github.com/ChrisDelClea/streamlit-agraph
⨍
Functions
33
◇
Types & classes
7
↓ 4 callers
Method
_get_index
(self, options, target)
streamlit_agraph/config.py:215
↓ 4 callers
Function
agraph
(nodes, edges, config, key=None)
streamlit_agraph/__init__.py:29
↓ 2 callers
Method
to_dict
(self)
streamlit_agraph/edge.py:22
↓ 1 callers
Method
add_triple_base
(self, nodeA: Node, edge: Edge, nodeB: Node)
streamlit_agraph/triplestore.py:19
↓ 1 callers
Method
basic_widget
(self)
streamlit_agraph/config.py:75
↓ 1 callers
Method
build
(self, dictify=False)
streamlit_agraph/config.py:206
↓ 1 callers
Method
density
(self)
streamlit_agraph/algos.py:18
↓ 1 callers
Method
from_json
(self, path)
streamlit_agraph/config.py:59
↓ 1 callers
Method
group_widget
(self)
streamlit_agraph/config.py:188
↓ 1 callers
Method
hierarchical_widget
(self)
streamlit_agraph/config.py:129
↓ 1 callers
Function
lookupNodeId
(lookupNode, myNodes)
streamlit_agraph/frontend/src/StreamlitVisGraph.tsx:13
↓ 1 callers
Method
physics_widget
(self)
streamlit_agraph/config.py:91
Function
StreamlitVisGraph
()
streamlit_agraph/frontend/src/StreamlitVisGraph.tsx:6
Method
__eq__
(self, other)
streamlit_agraph/node.py:27
Method
__hash__
(self)
streamlit_agraph/node.py:31
Method
__init__
(self, height=750, width=750, directed=True, physics=True, hierarchical=False, from_json=None, **kwargs)
streamlit_agraph/config.py:7
Method
__init__
(self, nodes=None, edges=None, **kwargs)
streamlit_agraph/config.py:66
Method
__init__
(self, source, target, color="#F7A7A6", # arrows_t
streamlit_agraph/edge.py:7
Method
__init__
(self, id, title=None, # displayed if hovered label=None, # displaye
streamlit_agraph/node.py:3
Method
__init__
(self, subj: Node, pred: Edge, obj:Node )
streamlit_agraph/triple.py:5
Method
__init__
(self)
streamlit_agraph/triplestore.py:8
Method
__init__
(self, store:TripleStore)
streamlit_agraph/algos.py:6
Method
add_triple
(self, node1, link, node2, image="")
streamlit_agraph/triplestore.py:13
Method
find_communities
(self)
streamlit_agraph/algos.py:29
Method
getEdges
(self)
streamlit_agraph/triplestore.py:31
Method
getNodes
(self)
streamlit_agraph/triplestore.py:28
Method
getTriples
(self)
streamlit_agraph/triplestore.py:25
Function
load_graph_data
()
streamlit_agraph/data.py:5
Method
save
(self, path)
streamlit_agraph/config.py:49
Method
set_physics_off
()
streamlit_agraph/config.py:133
Method
shortest_path
(self, source, target)
streamlit_agraph/algos.py:21
Method
to_dict
(self)
streamlit_agraph/config.py:46
Method
to_dict
(self)
streamlit_agraph/node.py:24