This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import dash | |
import dash_cytoscape as cyto | |
import dash_html_components as html | |
app = dash.Dash(__name__) | |
app.layout = html.Div([ | |
cyto.Cytoscape( | |
id='cytoscape-elements-boolean', | |
layout={'name': 'preset'}, |
OlderNewer