Make a window visible. If no window is specified then the current window (most recently created) is used. See also the windowcommand’s vis/visibleflag. If the specified window is iconified, it will be opened.
Derived from mel command maya.cmds.showWindow
Example:
import pymel.core as pm
import maya.cmds as cmds
pm.showWindow( 'myWindow1' )