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 93a4f5b commit 43c07a2Copy full SHA for 43c07a2
bindings/jupyroot/python/JupyROOT/helpers/utils.py
@@ -611,8 +611,7 @@ def loadMagicsAndCapturers():
611
extMgr = ExtensionManager(ip)
612
for extName in extNames:
613
extMgr.load_extension(extName)
614
- if not 'win32' in sys.platform:
615
- captures.append(StreamCapture())
+ captures.append(StreamCapture())
616
captures.append(CaptureDrawnPrimitives())
617
618
for capture in captures: capture.register()
0 commit comments