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 99c9a53 commit 4a95260Copy full SHA for 4a95260
docs/src/compat.md
@@ -53,7 +53,5 @@ PythonCall.fix_qt_plugin_path
53
## IPython
54
55
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`.
+- Currently disabled: Julia's `Base.stdout` is set to Python's `sys.stdout`.
+- A `PythonDisplay` and `IPythonDisplay` are pushed onto Julia's display stack, so that `display(x)` goes to IPython if possible.
0 commit comments