Does aim work with CodeEditor in Sagemaker Studio?
❓Question
Following these steps, I got aim working on Jupyterlab on Sagemaker Studio (I've also been able to use it on SageMaker Classic for the last year).
https://github.com/aimhubio/aim/issues/1709#issuecomment-1120274871
aim up --base-path jupyterlab/default/proxy/absolute/43800/aim-sage
and then go to my url: https://xxxx.studio.us-east-1.sagemaker.aws/jupyterlab/default/proxy/absolute/43800/aim-sage/
But when I try it on codeeditor i don't get the same:
# need to use 43801 because 43800 is in use
export __AIM_PROXY_URL__=https://xxxx.studio.us-east-1.sagemaker.aws
aim up --base-path codeeditor/default/proxy/absolute/43801/ -p 43801
I try going here:
https://xxxx.studio.us-east-1.sagemaker.aws/codeeditor/default/proxy/absolute/43801/aim-sage
and get nothing
Hey @bryanwhiting! I didn't have a chance to check how the CodeEditor works in Sagemaker studio, but in theory it should work as well. One thing I noticed in the commands you've posted the aim-sage is missing in the --base-path you've provided so that might be the issue?