PyWebIO
PyWebIO copied to clipboard
Write interactive web app in script way.
Slider support?
Requesting a feature add - **slider**. For multi-parameter apps, a slider is a natural choice for many situations. Especially, it gives **an idea about the range of values to experiment**...
Markdown不支持画流程图
 这个功能挺实用的
pywebio + Django
我想在Django的自带的admin管理后台中使用pywebio+图表的功能 像这样:  怎么实现呢?^_^
output_max_width not implemented in set_env
Documentation for version 1.3.* describes set_env function including "output_max_width" parameter. But setting this parameter leads to assertion violation: ` assert all(k in ('title', 'output_animation', 'auto_scroll_bottom', 'http_pull_interval', 'input_panel_min_height', 'input_panel_init_height', 'input_panel_fixed', 'input_auto_focus')...
Error message from browser console
Error(TypeError: Cannot read property 'update_input' of undefined at Object.n.PinUpdate (http://localhost:8080/js/pywebio.min.js:1:94250) at e.value (http://localhost:8080/js/pywebio.min.js:1:52041) at e.value (http://localhost:8080/js/pywebio.min.js:1:38406) at e._on_server_message (http://localhost:8080/js/pywebio.min.js:1:62057) at WebSocket.ws.onmessage (http://localhost:8080/js/pywebio.min.js:1:97515)) in dispatch command: pin_update (anonymous) @ main.ts:51 ws.onmessage...
[feature request] Output method to display video in browser
I am making a computer vision [app](https://github.com/PrashantSaikia/Body-Movement-Comparison-with-Mediapipe) where I need to display the webcam stream on the browser. Is there a way to do this currently in pywebio? For example,...
Please move to [Discussions - Feature Request](https://github.com/wang0618/PyWebIO/discussions/categories/feature-request) for posting. Currently, the temporary solution is to do: ``` $('head').append('') $('head').append('') ``` I am hoping we could get a more direct way...
功能正常运行就是报个错误 In [2]: import pywebio In [3]: pywebio.__version__ Out[3]: '1.2.3' python3.8 chat_room.py Listen on 0.0.0.0:8080 ERROR:tornado.application:Uncaught exception GET /?app=index&session=NEW (::1) HTTPServerRequest(protocol='http', host='localhost:8080', method='GET', uri='/?app=index&session=NEW', version='HTTP/1.1', remote_ip='::1') Traceback (most recent call...
Flask 2 integration
Flask 2.0 has been released, and routing has been upgraded. Is there any needs for us to upgrade the documentation of PyWebIO?
性能怎么样
看起来非常酷,用于生产环境的话,性能怎么样,看文档支持协程,高并发场景下应该能hold住吧