Show More
@@ -120,7 +120,7 b" IPython has a set of predefined 'magic functions' that you can call with a" | |||||
120 | command line style syntax. There are two kinds of magics, line-oriented and |
|
120 | command line style syntax. There are two kinds of magics, line-oriented and | |
121 | cell-oriented. **Line magics** are prefixed with the ``%`` character and work |
|
121 | cell-oriented. **Line magics** are prefixed with the ``%`` character and work | |
122 | much like OS command-line calls: they get as an argument the rest of the line, |
|
122 | much like OS command-line calls: they get as an argument the rest of the line, | |
123 |
where arguments are passed without parentheses or quotes. **Line |
|
123 | where arguments are passed without parentheses or quotes. **Line magics** can | |
124 | return results and can be used in the right hand side of an assignment. **Cell |
|
124 | return results and can be used in the right hand side of an assignment. **Cell | |
125 | magics** are prefixed with a double ``%%``, and they are functions that get as |
|
125 | magics** are prefixed with a double ``%%``, and they are functions that get as | |
126 | an argument not only the rest of the line, but also the lines below it in a |
|
126 | an argument not only the rest of the line, but also the lines below it in a |
General Comments 0
You need to be logged in to leave comments.
Login now