def launchInspector(self, event=None): """Launch a standalone inspector.""" # Create the new inspector, without the RuntimeInspector (because there # should only be one of those at any given time, and this GUI already # has one) inspect(self.network, showRun=False)
def inspect(self): """Launch a GUI inpector to inspect the network""" from nupic.analysis import inspect inspect(self)