##// 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 870 examples in our source directory :file:`docs/examples/lib` that demonstrate
871 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 873 Third, unlike previous versions of IPython, we no longer "hijack" (replace
882 874 them with no-ops) the event loops. This is done to allow applications that
883 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 931 To start IPython with matplotlib support, use the ``--pylab`` switch. If no
940 932 arguments are given, IPython will automatically detect your choice of
941 matplotlib backend. You can also request a specific backend with
942 ``--pylab=backend``, where ``backend`` must be one of: 'tk', 'qt', 'wx', 'gtk',
943 'osx'.
933 matplotlib backend. You can also request a specific backend with ``--pylab
934 backend``, where ``backend`` must be one of: 'tk', 'qt', 'wx', 'gtk', '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 939 .. _Matplotlib: http://matplotlib.sourceforge.net
946 940
General Comments 0
You need to be logged in to leave comments. Login now