PyWebIO
PyWebIO copied to clipboard
Write interactive web app in script way.
注: 对于PyWebIO使用咨询或对于其他人也可能有帮助的问题,请考虑移至 [Discussions](https://github.com/wang0618/PyWebIO/discussions) 进行发帖。 **BUG描述** 使用path_deploy 如果目录是中文,会提示访问404,如果目录是英文,可以正常请求,直接创建中英文目录就可以复现。 **环境信息** - 操作系统及版本: ubuntu 20.04 - 浏览器及版本: 谷歌 版本 99.0.4844.51 32位 - Python版本: Python 3.8.10 - PyWebIO版本: pywebio 1.5.2
Is it possible to define one of the inputs based on another input when we have multiple inputs in input_group? This requires some way of passing the output of an...
感谢开发者!这个工具真的很好用。 目前我在使用的时候遇到了一个问题,我在部署这个应用后发现结果的展示中会遗漏一些东西。 我写了一些 put_xxx 的代码,但是返回的结果好像会随机遗漏一些内容,我不知道怎么解决。 我目前使用了 flask 框架,使用 Gunicorn 部署,我将 Gunicorn 的 worker 设置成了 1,因为我看到官方文档中提到只能启动一个进程(这里我也不太确定是否可以解决请求发到错误的进程的这个问题)。 我对 web 不是很了解,对有些输出会被遗漏的这个问题我完全没有头绪,你们有任何线索吗? 再次感谢开发者做出了这么简单好用的工具!
I am running my code but it shows already in script mode and fails to start server 
Do you have any plan in the roadmap to support the LaTeX math formula inside a markdown string? This is one of the attractive things for Streamlit. Generally, it is...
请问一下这个库可以更改展示出来的前端界面吗?比如说统一给界面套上html的模板,使每个界面都有统一的导航栏。在网上还没有查到相关的内容
 减少用户一步交互
**BUG Description** 1, parameter host='0.0.0.0' can not be used but "localhost" works if original Flask application integrated with PyWebIO. 2, papameter debug=True can not be used too, in my application,...
``` ERROR:tornado.application:Uncaught exception GET /?app=index&session=NEW (164.0.0.1) HTTPServerRequest(protocol='http', host='localhost:53945', method='GET', uri='/?app=index&session=NEW', version='HTTP/1.1', remote_ip='164.0.0.1') Traceback (most recent call last): File "C:\Users\User\AppData\Local\Programs\Python\Python37-32\lib\site-packages\tornado\web.py", line 1704, in _execute result = await result File "C:\Users\User\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pywebio\platform\tornado.py", line...
 建议可以加一个表索引,前端主要是搞表格数据然后进行操作。 每页显示多少,第几页,进行数据切换