-
**BUG描述**
`input_group()`的`actions()`中点击 type 为 `cancel` 的按钮就报错
```py
fron pywebio.input import *
input_group("title", [input(name='msg'),actions(name='cmd', buttons=["send", {"label":"cancel", …
18870 updated
3 years ago
-
Title: QR Code Scanner Web Application
About: This Python Script will scan your Image and check whether the Image is QR or not, if it's a QR then it will fetch the data and provide you with the d…
-
CDN for ipyevents@2.0.1 returns a 404 error.
Response from CDN:
![image](https://user-images.githubusercontent.com/18755763/126358481-abe4ddcc-99f3-4c30-b79a-6eb53c1a721c.png)
Error message fr…
-
Maybe on sign in, it redirects to an endpoint which chekxs for a cookie and tells that pywebio which is the authenticated
-
Hi, may I know is there a way I can add some more `` tags inside the `` section of the default HTML>?
```
|
|
|
|
| Example
|
|
-
As stated in [Integration with web framework](https://pywebio.readthedocs.io/en/dev/guide.html#integration-with-web-framework) we can integrate PyWebIO with FastAPI but the current version of PyWebIO …
-
**BUG Description**
Running the following code to create Plotly Data Visualization inside Jupyter Notebook returns a blank page:
```
from pywebio.output import put_html
from urllib.request imp…
-
It is easier to set the style, if can specify the class name of the tag
```python
put_button(……).attr('class','my-classname')
```
-
OutputHandler.reset()每次执行在界面上都是闪烁一下,我的应用里面周期最短的刷新周期有10ms刷新一次的,看有没有办法解决。
-
想在output的方法里面嵌套input的方法,这样在一个页面布局中可以有输入输出,不用跳转,目前貌似不支持?