Skip to content

Instantly share code, notes, and snippets.

View rpkyle's full-sized avatar
🤹‍♀️

Ryan Patrick Kyle rpkyle

🤹‍♀️
View GitHub Profile
@rpkyle
rpkyle / dash_cytoscape_demo.py
Created August 25, 2020 18:54
dash-cytoscape Demo for Python
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'},