mirror of
https://github.com/Textualize/rich.git
synced 2025-08-19 01:40:37 +00:00
Update jupyter.py
This commit is contained in:
parent
7f7265ec4f
commit
ae5a57ea73
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class JupyterRenderable:
|
|||
class JupyterMixin:
|
||||
"""Add to an Rich renderable to make it render in Jupyter notebook."""
|
||||
|
||||
__slots__ = []
|
||||
__slots__ = ()
|
||||
|
||||
def _repr_mimebundle_(
|
||||
self, include: Iterable[str], exclude: Iterable[str], **kwargs: Any
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue