1 Star 0 Fork 0

samlet / dash-cytoscape

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
usage-advanced.py 362 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
Xing Han Lu 提交于 2019-01-27 11:27 . Optimize Imports for demos
import dash
from demos.editor.callbacks import assign_callbacks
from demos.editor.layout import layout as cytoscape_layout
app = dash.Dash(__name__)
server = app.server
app.scripts.config.serve_locally = True
app.css.config.serve_locally = True
app.layout = cytoscape_layout
assign_callbacks(app)
if __name__ == '__main__':
app.run_server(debug=True)
1
https://gitee.com/samlet/dash-cytoscape.git
git@gitee.com:samlet/dash-cytoscape.git
samlet
dash-cytoscape
dash-cytoscape
master

搜索帮助