简体中文 | English
feffery-components
计划子项目,Plotly Dash
第三方组件库,将超多实用辅助功能组件引入Dash
的世界 🥳,最新版本:0.1.29
fuc版本 | 适用Dash版本 |
---|---|
>=0.3.0 | >=3.0.0 |
<0.3.0 | <3.0.0 |
pip install feffery-utils-components -U
Note
最新预发布版本(2025-06-27):0.3.0rc4
pip install feffery-utils-components --pre -U
# 非debug模式下对Dash()传入参数serve_locally=False会强制浏览器端从unpkg cdn加载各个依赖的
# xxx.min.js等静态资源,从而避免占用服务器带宽,适合中小型站点加速访问
app = dash.Dash(serve_locally=False)