usdview Python interpreter has a built-in object called usdviewApi that gives you access to the currently loaded Stage.
from pxr import Usd
stage: Usd.Stage = usdviewApi.stage
usdview Python interpreter has a built-in object called usdviewApi that gives you access to the currently loaded Stage.
from pxr import Usd
stage: Usd.Stage = usdviewApi.stage