##// END OF EJS Templates
Update StoreMagic docstring on how to remove an alias
Sebastian Witowski -
Show More
@@ -112,6 +112,7 b' class StoreMagics(Magics):'
112 python types can be safely %store'd.
112 python types can be safely %store'd.
113
113
114 Also aliases can be %store'd across sessions.
114 Also aliases can be %store'd across sessions.
115 To remove an alias from the storage, use the %unalias magic.
115 """
116 """
116
117
117 opts,argsl = self.parse_options(parameter_s,'drz',mode='string')
118 opts,argsl = self.parse_options(parameter_s,'drz',mode='string')
General Comments 0
You need to be logged in to leave comments. Login now