##// END OF EJS Templates
Added SingletonConfigurable with instance method....
Added SingletonConfigurable with instance method. I have added a singleton configurable class for objects that should have only a single instance, such as InteractiveShell and the main application objects. For these classes the .instance() method should be used to create/retrieve the instance.
Brian Granger -
r3792:a8f1082e
Show More