Show More
@@ -144,7 +144,7 b' class StoreMagics(Magics):' | |||||
144 | else: |
|
144 | else: | |
145 | ip.user_ns[arg] = obj |
|
145 | ip.user_ns[arg] = obj | |
146 | else: |
|
146 | else: | |
147 |
re |
|
147 | restore_data(ip) | |
148 |
|
148 | |||
149 | # run without arguments -> list variables & values |
|
149 | # run without arguments -> list variables & values | |
150 | elif not args: |
|
150 | elif not args: |
General Comments 0
You need to be logged in to leave comments.
Login now