You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,14 @@ with sys_pipes():
42
42
call_some_c_function()
43
43
```
44
44
45
+
Or even simpler, enable it as an IPython extension:
46
+
47
+
```
48
+
%load_ext wurlitzer
49
+
```
50
+
51
+
To forward all C-level output to IPython during execution.
52
+
45
53
## Acknowledgments
46
54
47
55
This package is based on stuff we learned with @takluyver and @karies while working on capturing output from the [Cling Kernel](https://github.com/root-mirror/cling/tree/master/tools/Jupyter/kernel) for Jupyter.
0 commit comments