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 6cf45c6 commit 3ac32b9Copy full SHA for 3ac32b9
fire/inspectutils.py
@@ -256,7 +256,7 @@ def Info(component):
256
"""
257
try:
258
from IPython.core import oinspect # pylint: disable=import-outside-toplevel,g-import-not-at-top
259
- inspector = oinspect.Inspector()
+ inspector = oinspect.Inspector(theme_name="Neutral")
260
info = inspector.info(component)
261
262
# IPython's oinspect.Inspector.info may return '<no docstring>'
0 commit comments