Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does aim work with CodeEditor in Sagemaker Studio? #3301

Open
bryanwhiting opened this issue Mar 6, 2025 · 1 comment
Open

Does aim work with CodeEditor in Sagemaker Studio? #3301

bryanwhiting opened this issue Mar 6, 2025 · 1 comment
Labels
type / question Issue type: question

Comments

@bryanwhiting
Copy link

bryanwhiting commented Mar 6, 2025

❓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).

#1709 (comment)

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

@bryanwhiting bryanwhiting added the type / question Issue type: question label Mar 6, 2025
@mihran113
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type / question Issue type: question
Projects
None yet
Development

No branches or pull requests

2 participants