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 df2a9b5 commit 590bfa3Copy full SHA for 590bfa3
ipyparallel/client/client.py
@@ -165,9 +165,7 @@ def _plaintext(self) -> str:
165
# add newline for multiline reprs
166
text_out = '\n' + text_out
167
168
- return (
169
- f"Out[{self.metadata['engine_id']}:{self.execution_count}]: {text_out}",
170
- )
+ return f"Out[{self.metadata['engine_id']}:{self.execution_count}]: {text_out}"
171
172
def _repr_pretty_(self, p, cycle):
173
p.text(self._plaintext())
0 commit comments