Hey y'all, I pushed a release 1.2.1-rc2 that let's you manually set the environment
from phoenix import NotebookEnvironment
session = px.launch_app(
notebook_env=NotebookEnvironment.SAGEMAKER,
)If you could give that a try for me, that will expedite the troubleshooting. Right now im using the existence of the 'sagemaker' module to denote whether or not you are using sagemaker but this might be failing. LMK how it goes.