How to fix ModuleNotFoundError: No module named 'tabulate'

ModuleNotFoundError: No module named 'tabulate'
Recommended: Install via pip into your active environment.
python -m pip install tabulate

Verification

Command
python -c "import tabulate; print(tabulate.__version__)"
Expected output
Success! tabulate version x.y.z (e.g., 2.4.0)