Pweaving a Program
Explore how to use Pweave to create professional, shareable Python reports by embedding Markdown in code. Understand commands for generating HTML reports and customizing output to include plots or hide code using formatting options.
We'll cover the following...
We'll cover the following...
Because there can be some conflicts with the last lesson’s Terminal, click into the Terminal below to connect. You should only need to do this once, and you should only need to do this if you have just completed the last lesson in the last 15 minutes.
Using a Terminal window, pweave -l (lower case L) will show all of the available formats and explanations behind the formatting. You put Markdown in your Python program, so you ...