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