##// END OF EJS Templates
fix autoge
Matthias Bussonnier -
Show More
@@ -1141,7 +1141,6 b' class IPCompleter(Completer):'
1141 1141
1142 1142 # _greedy_changed() depends on splitter and readline being defined:
1143 1143 super().__init__(
1144 self,
1145 1144 namespace=namespace,
1146 1145 global_namespace=global_namespace,
1147 1146 config=config,
@@ -482,14 +482,18 b' class NamespaceMagics(Magics):'
482 482
483 483 Parameters
484 484 ----------
485 -f : force reset without asking for confirmation.
486 -s : 'Soft' reset: Only clears your namespace, leaving history intact.
485 -f
486 force reset without asking for confirmation.
487 -s
488 'Soft' reset: Only clears your namespace, leaving history intact.
487 489 References to objects may be kept. By default (without this option),
488 490 we do a 'hard' reset, giving you a new session and removing all
489 491 references to objects from the current session.
490 --aggressive : Try to aggressively remove modules from sys.modules ; this
492 --aggressive
493 Try to aggressively remove modules from sys.modules ; this
491 494 may allow you to reimport Python modules that have been updated and
492 495 pick up changes, but can have unattended consequences.
496
493 497 in : reset input history
494 498 out : reset output history
495 499 dhist : reset directory history
General Comments 0
You need to be logged in to leave comments. Login now