Show More
@@ -37,7 +37,8 b' magic, a cell one and one that works in both modes, using just plain functions:' | |||||
37 | print("Called as cell magic") |
|
37 | print("Called as cell magic") | |
38 | return line, cell |
|
38 | return line, cell | |
39 |
|
39 | |||
40 | # We delete these to avoid name conflicts for automagic to work |
|
40 | # In an interactive session, we need to delete these to avoid | |
|
41 | # name conflicts for automagic to work on line magics. | |||
41 | del lmagic, lcmagic |
|
42 | del lmagic, lcmagic | |
42 |
|
43 | |||
43 |
|
44 |
General Comments 0
You need to be logged in to leave comments.
Login now