Closed AAriam closed 1 month ago
Describe the bug
When the panel border style is set to bold, the panel border is not displayed correctly in Jupyter (it works fine in iTerm2):
import rich from rich.panel import Panel from rich import box rich.print(Panel("Content", box=box.SQUARE, border_style="bold", title="Title"))
produces:
with another box:
rich.print(Panel("Content", box=box.ROUNDED, border_style="bold", title="Title"))
Platform
We found the following entry in the FAQ which you may find helpful:
Feel free to close this issue if you found an answer in the FAQ. Otherwise, please give us a little time to review.
This is an automated reply, generated by FAQtory
These issues are down to your browsers / font / Jupyter implementation. And not something Rich can do much about I'm afraid.
I hope we solved your problem.
If you like using Rich, you might also enjoy Textual
Describe the bug
When the panel border style is set to bold, the panel border is not displayed correctly in Jupyter (it works fine in iTerm2):
produces:
with another box:
Platform
Click to expand
Platform: JupyterLab `4.2.5` (latest) on Mac Rich Diagnosis: ``` ╭────────────────────