##// END OF EJS Templates
Update docs regarding standalone WX support being fixed....
Fernando Perez -
Show More
@@ -870,14 +870,6 b' Since the details vary slightly between toolkits, we point you to the various'
870 examples in our source directory :file:`docs/examples/lib` that demonstrate
870 examples in our source directory :file:`docs/examples/lib` that demonstrate
871 these capabilities.
871 these capabilities.
872
872
873 .. warning::
874
875 The WX version of this is currently broken. While ``--pylab=wx`` works
876 fine, standalone WX apps do not. See
877 https://github.com/ipython/ipython/issues/645 for details of our progress on
878 this issue.
879
880
881 Third, unlike previous versions of IPython, we no longer "hijack" (replace
873 Third, unlike previous versions of IPython, we no longer "hijack" (replace
882 them with no-ops) the event loops. This is done to allow applications that
874 them with no-ops) the event loops. This is done to allow applications that
883 actually need to run the real event loops to do so. This is often needed to
875 actually need to run the real event loops to do so. This is often needed to
@@ -938,9 +930,11 b' Matlab program.'
938
930
939 To start IPython with matplotlib support, use the ``--pylab`` switch. If no
931 To start IPython with matplotlib support, use the ``--pylab`` switch. If no
940 arguments are given, IPython will automatically detect your choice of
932 arguments are given, IPython will automatically detect your choice of
941 matplotlib backend. You can also request a specific backend with
933 matplotlib backend. You can also request a specific backend with ``--pylab
942 ``--pylab=backend``, where ``backend`` must be one of: 'tk', 'qt', 'wx', 'gtk',
934 backend``, where ``backend`` must be one of: 'tk', 'qt', 'wx', 'gtk', 'osx'.
943 'osx'.
935 In the web notebook and Qt console, 'inline' is also a valid backend value,
936 which produces static figures inlined inside the application window instead of
937 matplotlib's interactive figures that live in separate windows.
944
938
945 .. _Matplotlib: http://matplotlib.sourceforge.net
939 .. _Matplotlib: http://matplotlib.sourceforge.net
946
940
General Comments 0
You need to be logged in to leave comments. Login now