Using Pweave
Explore how to use Pweave for writing shareable Python reports with Markdown formatting. Understand basic syntax, control output visibility with echo flags, and learn about various output formats supported by Pweave.
We'll cover the following...
We'll cover the following...
Pweave uses Markdown to provide basic formatting like bolding text, italicizing text, and providing different header sizes. Here is a rundown on Markdown:
| Markdown | Result |
|---|---|
# Text |
Heading 1 (like a title font) |
## Text |
Heading 2 (subtitle font) |
### Text |
Heading 3 |