Show More
@@ -128,7 +128,7 b' class CodeMagics(Magics):' | |||||
128 | extension. So it has been renamed simply into %load. You can look at |
|
128 | extension. So it has been renamed simply into %load. You can look at | |
129 | `%load`'s docstring for more info. |
|
129 | `%load`'s docstring for more info. | |
130 | """ |
|
130 | """ | |
131 |
self. |
|
131 | self.load(arg_s) | |
132 |
|
132 | |||
133 | @line_magic |
|
133 | @line_magic | |
134 | def load(self, arg_s): |
|
134 | def load(self, arg_s): |
General Comments 0
You need to be logged in to leave comments.
Login now