diny:Dash的闪亮包装

时间:2024-06-01 12:34:41
【文件属性】:

文件名称:diny:Dash的闪亮包装

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-01 12:34:41

Python

Diny:使用Dash在Python上闪闪发亮 在Python中使用R Shiny的便捷性来获得两全其美的效果。 我试图获得一种外观和感觉更像Shiny的语法,因为我发现它比传统的Dash语法更简洁。 dashApp(ui = ui, server = server) 首先,安装所有依赖项: pip install dash dash_core_components dash_html_components plotly 打开example.py以查看使用Diny的简单响应式应用程序的运行示例。 它利用了一些方便的Shiny组件,例如Tabset Panel,Sidebar Layout等。将任何静态文件添加到静态文件夹,然后使用add_css或add_js将其添加到您的应用程序中。 要查看不同的输入和输出控件,请参阅。 直接添加这些组件,例如: Graph(id='myCha


【文件预览】:
diny-master
----diny()
--------reactivity.py(2KB)
--------__init__.py(1KB)
--------layouts.py(2KB)
--------__pycache__()
--------inputs.py(311B)
--------.gitattributes(66B)
----static()
--------diny.css(171B)
----example.py(1KB)
----README.md(1KB)
----.gitattributes(66B)

网友评论