Show More
@@ -806,10 +806,10 b' class OSMagics(Magics):' | |||||
806 | to be Python source and will show it with syntax highlighting. |
|
806 | to be Python source and will show it with syntax highlighting. | |
807 |
|
807 | |||
808 | This magic command can either take a local filename, an url, |
|
808 | This magic command can either take a local filename, an url, | |
809 |
an history range (see %history) or a macro as argument |
|
809 | an history range (see %history) or a macro as argument. | |
810 |
|
810 | |||
811 | If no parameter is given, prints out history of current session up to |
|
811 | If no parameter is given, prints out history of current session up to | |
812 | this point. |
|
812 | this point. :: | |
813 |
|
813 | |||
814 | %pycat myscript.py |
|
814 | %pycat myscript.py | |
815 | %pycat 7-27 |
|
815 | %pycat 7-27 |
General Comments 0
You need to be logged in to leave comments.
Login now