##// END OF EJS Templates
'fix some indent warnigns'
Matthias Bussonnier -
Show More
@@ -37,7 +37,6 b' alias to control them, but IPython lets you configure all of its objects from'
37 the command-line by passing the full class name and a corresponding value; type
37 the command-line by passing the full class name and a corresponding value; type
38 ``ipython --help-all`` to see this full list. For example::
38 ``ipython --help-all`` to see this full list. For example::
39
39
40 ::
41 $ ipython --help-all
40 $ ipython --help-all
42 <...snip...>
41 <...snip...>
43 --matplotlib=<CaselessStrEnum> (InteractiveShellApp.matplotlib)
42 --matplotlib=<CaselessStrEnum> (InteractiveShellApp.matplotlib)
@@ -50,12 +49,12 b' the command-line by passing the full class name and a corresponding value; type'
50
49
51 Indicate that the following::
50 Indicate that the following::
52
51
52 $ ipython --matplotlib qt
53
53
54 ipython --matplotlib qt
55
54
56 is equivalent to::
55 is equivalent to::
57
56
58 ipython --TerminalIPythonApp.matplotlib='qt'
57 $ ipython --TerminalIPythonApp.matplotlib='qt'
59
58
60 Note that in the second form, you *must* use the equal sign, as the expression
59 Note that in the second form, you *must* use the equal sign, as the expression
61 is evaluated as an actual Python assignment. While in the above example the
60 is evaluated as an actual Python assignment. While in the above example the
General Comments 0
You need to be logged in to leave comments. Login now