We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3f6e0 commit e8a1c6fCopy full SHA for e8a1c6f
rerun_py/rerun_sdk/rerun/notebook.py
@@ -83,7 +83,7 @@ def __init__(
83
callback=self._flush_hook,
84
)
85
86
- def display(self, block_until_ready=True) -> None:
+ def display(self, block_until_ready: bool = True) -> None:
87
"""
88
Display the viewer in the notebook cell immediately.
89
@@ -119,7 +119,7 @@ def notebook_show(
119
height: int = DEFAULT_HEIGHT,
120
blueprint: BlueprintLike | None = None,
121
recording: RecordingStream | None = None,
122
-):
+) -> None:
123
124
Output the Rerun viewer in a notebook using IPython [IPython.core.display.HTML][].
125
0 commit comments