Show More
@@ -37,7 +37,6 b' arguments::' | |||
|
37 | 37 | -o OPTION, --option OPTION |
|
38 | 38 | An optional argument. |
|
39 | 39 | |
|
40 | ||
|
41 | 40 | Here is an elaborated example that uses default parameters in `argument` and calls the `args` in the cell magic:: |
|
42 | 41 | |
|
43 | 42 | from IPython.core.magic import register_cell_magic |
@@ -70,7 +69,6 b' In a jupyter notebook, this cell magic can be executed like this::' | |||
|
70 | 69 | print("bar") |
|
71 | 70 | i = 42 |
|
72 | 71 | |
|
73 | ||
|
74 | 72 | Inheritance diagram: |
|
75 | 73 | |
|
76 | 74 | .. inheritance-diagram:: IPython.core.magic_arguments |
General Comments 0
You need to be logged in to leave comments.
Login now