Skip to content

Commit 4a95260

Browse files
author
Christopher Doris
committed
docs
1 parent 99c9a53 commit 4a95260

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/src/compat.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,5 @@ PythonCall.fix_qt_plugin_path
5353
## IPython
5454

5555
If Python is running an IPython kernel, then:
56-
- Julia's `Base.stdout` is set to Python's `sys.stdout`.
57-
- An `IPythonDisplay` is pushed onto Julia's display stack, so that `display(x)` goes to IPython if possible.
58-
59-
This is disabled by setting `PythonCall.CONFIG.auto_ipython_display = false`.
56+
- Currently disabled: Julia's `Base.stdout` is set to Python's `sys.stdout`.
57+
- A `PythonDisplay` and `IPythonDisplay` are pushed onto Julia's display stack, so that `display(x)` goes to IPython if possible.

0 commit comments

Comments
 (0)