Show More
@@ -146,8 +146,8 b' use it:' | |||||
146 | /home/fperez/ipython |
|
146 | /home/fperez/ipython | |
147 |
|
147 | |||
148 | Line magics, if they return a value, can be assigned to a variable using the syntax |
|
148 | Line magics, if they return a value, can be assigned to a variable using the syntax | |
149 |
``l = %sx ls`` (which returns the result of `ls` as a python list). |
|
149 | ``l = %sx ls`` (which in this particular case returns the result of `ls` as a python list). | |
150 | for more information. |
|
150 | See :ref:`below <manual_capture>` for more information. | |
151 |
|
151 | |||
152 | Type ``%magic`` for more information, including a list of all available magic |
|
152 | Type ``%magic`` for more information, including a list of all available magic | |
153 | functions at any time and their docstrings. You can also type |
|
153 | functions at any time and their docstrings. You can also type |
General Comments 0
You need to be logged in to leave comments.
Login now