PyWebIO v1.3.2 Documentationshow output: >>> put_text("Hello world!").show() >>> put_table([ ... ['A', 'B'], ... [put_markdown(...), put_text('C')] ... ]).show() Combined Output The output functions whose name starts with content: The results of the above example are as follows: ['Banana', '7'], ]) # Markdown Output put_markdown('~~Strikethrough~~') # File Output put_file('hello_word.txt', b'hello word!') # PopUp ['text', put_text('
')] ['buttons', put_buttons(['A', 'B'], onclick=...)], ['markdown', put_markdown('`Awesome PyWebIO!`')], ['file', put_file('hello.text', b'hello world')], ['table'0 码力 | 133 页 | 7.44 MB | 1 年前3
PyWebIO v1.3.0 Documentationshow output: >>> put_text("Hello world!").show() >>> put_table([ ... ['A', 'B'], ... [put_markdown(...), put_text('C')] ... ]).show() Combined Output The output functions whose name starts with content: The results of the above example are as follows: ['Banana', '7'], ]) # Markdown Output put_markdown('~~Strikethrough~~') # File Output put_file('hello_word.txt', b'hello word!') # PopUp ['text', put_text('
')] ['buttons', put_buttons(['A', 'B'], onclick=...)], ['markdown', put_markdown('`Awesome PyWebIO!`')], ['file', put_file('hello.text', b'hello world')], ['table'0 码力 | 133 页 | 7.44 MB | 1 年前3
PyWebIO v1.3.1 Documentationshow output: >>> put_text("Hello world!").show() >>> put_table([ ... ['A', 'B'], ... [put_markdown(...), put_text('C')] ... ]).show() Combined Output The output functions whose name starts with content: The results of the above example are as follows: ['Banana', '7'], ]) # Markdown Output put_markdown('~~Strikethrough~~') # File Output put_file('hello_word.txt', b'hello word!') # PopUp ['text', put_text('
')] ['buttons', put_buttons(['A', 'B'], onclick=...)], ['markdown', put_markdown('`Awesome PyWebIO!`')], ['file', put_file('hello.text', b'hello world')], ['table'0 码力 | 133 页 | 7.44 MB | 1 年前3
PyWebIO v1.3.3 Documentationshow output: >>> put_text("Hello world!").show() >>> put_table([ ... ['A', 'B'], ... [put_markdown(...), put_text('C')] ... ]).show() Combined Output The output functions whose name starts with content: The results of the above example are as follows: ['Banana', '7'], ]) # Markdown Output put_markdown('~~Strikethrough~~') # File Output put_file('hello_word.txt', b'hello word!') # PopUp ['text', put_text('
')] ['buttons', put_buttons(['A', 'B'], onclick=...)], ['markdown', put_markdown('`Awesome PyWebIO!`')], ['file', put_file('hello.text', b'hello world')], ['table'0 码力 | 133 页 | 7.44 MB | 1 年前3
PyWebIO v1.3.3 DocumentationTable Output put_table([ ['Commodity', 'Price'], ['Apple', '5.5'], ['Banana', '7'], ]) # Markdown Output put_markdown('~~Strikethrough~~') # File Output put_file('hello_word.txt', b'hello word!') # PopUp page) 12 Chapter 4. Documentation PyWebIO, Release 1.3.3 (continued from previous page) ... [put_markdown(...), put_text('C')] ... ]).show() Combined Output The output functions whose name starts with equal to ['text', put_text('
')] ['buttons', put_buttons(['A', 'B'], onclick=...)], ['markdown', put_markdown('`Awesome PyWebIO!`')], ['file', put_file('hello.text', b'hello world')], ['table', put_table([['A'0 码力 | 100 页 | 1.34 MB | 1 年前3
PyWebIO v1.3.1 DocumentationTable Output put_table([ ['Commodity', 'Price'], ['Apple', '5.5'], ['Banana', '7'], ]) # Markdown Output put_markdown('~~Strikethrough~~') # File Output put_file('hello_word.txt', b'hello word!') # PopUp page) 12 Chapter 4. Documentation PyWebIO, Release 1.3.1 (continued from previous page) ... [put_markdown(...), put_text('C')] ... ]).show() Combined Output The output functions whose name starts with equal to ['text', put_text('
')] ['buttons', put_buttons(['A', 'B'], onclick=...)], ['markdown', put_markdown('`Awesome PyWebIO!`')], ['file', put_file('hello.text', b'hello world')], ['table', put_table([['A'0 码力 | 100 页 | 1.34 MB | 1 年前3
PyWebIO v1.3.0 DocumentationTable Output put_table([ ['Commodity', 'Price'], ['Apple', '5.5'], ['Banana', '7'], ]) # Markdown Output put_markdown('~~Strikethrough~~') # File Output put_file('hello_word.txt', b'hello word!') # PopUp page) 12 Chapter 4. Documentation PyWebIO, Release 1.3.0 (continued from previous page) ... [put_markdown(...), put_text('C')] ... ]).show() Combined Output The output functions whose name starts with equal to ['text', put_text('
')] ['buttons', put_buttons(['A', 'B'], onclick=...)], ['markdown', put_markdown('`Awesome PyWebIO!`')], ['file', put_file('hello.text', b'hello world')], ['table', put_table([['A'0 码力 | 100 页 | 1.34 MB | 1 年前3
PyWebIO v1.3.2 DocumentationTable Output put_table([ ['Commodity', 'Price'], ['Apple', '5.5'], ['Banana', '7'], ]) # Markdown Output put_markdown('~~Strikethrough~~') # File Output put_file('hello_word.txt', b'hello word!') # PopUp page) 12 Chapter 4. Documentation PyWebIO, Release 1.3.2 (continued from previous page) ... [put_markdown(...), put_text('C')] ... ]).show() Combined Output The output functions whose name starts with equal to ['text', put_text('
')] ['buttons', put_buttons(['A', 'B'], onclick=...)], ['markdown', put_markdown('`Awesome PyWebIO!`')], ['file', put_file('hello.text', b'hello world')], ['table', put_table([['A'0 码力 | 100 页 | 1.34 MB | 1 年前3
PyWebIO v1.6.2 Documentationshow output: >>> put_text("Hello world!").show() >>> put_table([ ... ['A', 'B'], ... [put_markdown(...), put_text('C')] ... ]).show() Combined Output The output functions whose name starts with calls to put_table() as cell content: The results of the above example are as follows: # Markdown Output put_markdown('~~Strikethrough~~') # File Output put_file('hello_word.txt', b'hello word!') # Show ['text', put_text('
')] ['buttons', put_buttons(['A', 'B'], onclick=...)], ['markdown', put_markdown('`Awesome PyWebIO!`')], ['file', put_file('hello.text', b'hello world')], ['table'0 码力 | 148 页 | 7.46 MB | 1 年前3
PyWebIO v1.5.1 Documentationshow output: >>> put_text("Hello world!").show() >>> put_table([ ... ['A', 'B'], ... [put_markdown(...), put_text('C')] ... ]).show() Combined Output The output functions whose name starts with calls to put_table() as cell content: The results of the above example are as follows: # Markdown Output put_markdown('~~Strikethrough~~') # File Output put_file('hello_word.txt', b'hello word!') # Show ['text', put_text('
')] ['buttons', put_buttons(['A', 'B'], onclick=...)], ['markdown', put_markdown('`Awesome PyWebIO!`')], ['file', put_file('hello.text', b'hello world')], ['table'0 码力 | 144 页 | 7.46 MB | 1 年前3
共 86 条
- 1
- 2
- 3
- 4
- 5
- 6
- 9













