From 4cd7e77ad2471379eaf768c20d8a3284aeb8b0b5 Mon Sep 17 00:00:00 2001 From: Kaushik B <45285388+kaushikb11@users.noreply.github.com> Date: Wed, 3 Nov 2021 03:06:18 +0530 Subject: [PATCH] Add note for PyCharm users on configuration for RichProgressBar (#10307) --- pytorch_lightning/callbacks/progress/rich_progress.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pytorch_lightning/callbacks/progress/rich_progress.py b/pytorch_lightning/callbacks/progress/rich_progress.py index f6f862704f..3e219770dd 100644 --- a/pytorch_lightning/callbacks/progress/rich_progress.py +++ b/pytorch_lightning/callbacks/progress/rich_progress.py @@ -201,6 +201,11 @@ class RichProgressBar(ProgressBarBase): Raises: ModuleNotFoundError: If required `rich` package is not installed on the device. + + Note: + PyCharm users will need to enable “emulate terminal” in output console option in + run/debug configuration to see styled output. + Reference: https://rich.readthedocs.io/en/latest/introduction.html#requirements """ def __init__(