rich
rich copied to clipboard
Rich is a Python library for rich text and beautiful formatting in the terminal.
Hello! We've just started our journey of adopting rich on [kedro](http://github.com/kedro-org/kedro), the first part of this journey introduced the rich logging handler + pretty tracebacks. We've just had a user,...
**Describe the bug** This code, when run using `pythonw`: ```py table = Table(box=DOUBLE_EDGE) printer = Console(force_terminal=False) with printer.capture() as capture: printer.print(table) ``` fails with this stack trace: ```text Traceback (most...
You may find a solution to your problem in the [docs](https://rich.readthedocs.io/en/latest/introduction.html) or [issues](https://github.com/willmcgugan/rich/issues). **Describe the bug** The "no_color=True" Console parameter does not seem to do anything on Windows 10. I...
## Type of changes - [ ] Bug fix - [x] New feature - [ ] Documentation / docstrings - [ ] Tests - [ ] Other ## Checklist -...
commonmark is unmaintained and doesn't support tables, and other features. We should replace it with a new Markdown parser, for the benefit of both Rich and Textual. [markdown-it-py](https://github.com/executablebooks/markdown-it-py) was recommended....
If `rich.traceback` is installed (e.g., by a package like Kedro), the traceback of the error is, and string output for the cell in Databricks notebook, and the run is not...
## Type of changes - [ ] Bug fix - [x] New feature - [x] Documentation / docstrings - [x] Tests - [ ] Other ## Checklist - [x] I've...
## Type of changes - [x] Documentation ## Checklist - [x] I accept that @willmcgugan may be pedantic in the ~~code~~ review. ## Description The changelog had missing/wrong compare links...
**Describe the bug** When using `traceback.install()` in `vscode`, exceptions aren't raised anymore. The cell status is success and the code continues running. Inside a notebook in `vscode` ```python import rich...
## Type of changes - [x] New feature ## Checklist - [x] I've run the latest [black](https://github.com/psf/black) with default args on new code. - [x] I've updated CHANGELOG.md and CONTRIBUTORS.md...