Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Example: Output formatting

Bad: Code output is misaligned, there are too many decimal digits, and variable names are unnecessarily repeated in each row.

Poorly formatted code output example

Good: Code output is arranged into an easy to read table. Insignificant digits in the decimal expansion are truncated.

Well-formatted code output example