##// END OF EJS Templates
document capture of line magic to variable
Kyle Rawlins -
Show More
@@ -146,8 +146,8 b' use it:'
146 146 /home/fperez/ipython
147 147
148 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). See :ref:`below <manual_capture>`
150 for more information.
149 ``l = %sx ls`` (which in this particular case returns the result of `ls` as a python list).
150 See :ref:`below <manual_capture>` for more information.
151 151
152 152 Type ``%magic`` for more information, including a list of all available magic
153 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