Show More
@@ -96,9 +96,8 b' from .utils import url_path_join' | |||
|
96 | 96 | _examples = """ |
|
97 | 97 | ipython notebook # start the notebook |
|
98 | 98 | ipython notebook --profile=sympy # use the sympy profile |
|
99 |
ipython notebook -- |
|
|
99 | ipython notebook --matplotlib=inline # inline plotting mode | |
|
100 | 100 | ipython notebook --certfile=mycert.pem # use SSL/TLS certificate |
|
101 | ipython notebook --port=5555 --ip=* # Listen on port 5555, all interfaces | |
|
102 | 101 | """ |
|
103 | 102 | |
|
104 | 103 | #----------------------------------------------------------------------------- |
@@ -81,8 +81,8 b' from IPython.utils.localinterfaces import LOCALHOST, LOCAL_IPS' | |||
|
81 | 81 | #----------------------------------------------------------------------------- |
|
82 | 82 | |
|
83 | 83 | _examples = """ |
|
84 | ipython qtconsole # start the qtconsole | |
|
85 |
ipython qtconsole -- |
|
|
84 | ipython qtconsole # start the qtconsole | |
|
85 | ipython qtconsole --matplotlib=inline # start with matplotlib inline plotting mode | |
|
86 | 86 | """ |
|
87 | 87 | |
|
88 | 88 | #----------------------------------------------------------------------------- |
@@ -145,7 +145,7 b' class IPythonQtConsoleApp(BaseIPythonApplication, IPythonConsoleApp):' | |||
|
145 | 145 | The QtConsole supports various extra features beyond the Terminal IPython |
|
146 | 146 | shell, such as inline plotting with matplotlib, via: |
|
147 | 147 | |
|
148 |
ipython qtconsole -- |
|
|
148 | ipython qtconsole --matplotlib=inline | |
|
149 | 149 | |
|
150 | 150 | as well as saving your session as HTML, and printing the output. |
|
151 | 151 |
General Comments 0
You need to be logged in to leave comments.
Login now