-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support for Amazon SageMaker Studio Lab #128
Comments
I haven't used sage maker yet but it seems to be gaining a lot of traction... I'll see what I can do to get this to work. |
I have no idea where to begin with this... I signed up for a handful of different "SageMaker" things and could not figure out how to launch a notebook environment anywhere... this whole thing has left me quite confused. Anywho, I think "SageMaker Studio Lab" is the platform? right? If so, I'm waitlisted: |
@banesullivan Yes, SageMaker Studio Lab is the free version, something similar to Google Colab. It might take a few hours /days to get the account approved. Other SageMaker products are not free. |
I finally have an account, but I'm having trouble getting
|
However, from the looks of it. SageMaker truly is just JupyterLab (unlike Google Colab) so setting up Jupyter-server-proxy to get this working should be all the same |
Yes, ipyleaflet might not work with SageMaker Studio. Try folium |
It should work... the JupyterLab just needs to be relaunched/rebuilt after Will try folium in the meantime |
Indeed, same set up with Jupyter-server-proxy, just need the right prefix. This works as: import os
os.environ['LOCALTILESERVER_CLIENT_PREFIX'] = f"studiolab/default/jupyter/proxy/{{port}}" On MyBinder, this prefix is easy to get with the |
Really IMO, we should raise issues like this upstream in jupyter-server-proxy and see if they can make this easier to do in Colab, SageMaker, MyBinder, etc. |
I'll add it to my to do list to open an issue upstream outlining the need clearly |
That's fantastic! How did you figure out the prefix? |
Just looking at the URL in the browser 😉 |
Is it possible to get the browser URL programmatically and extract the prefix from the URL? |
I think @artttt was able to do this. See #101 (comment) |
Amazon SageMaker Studio is a free cloud computing platform, similar to Binder but users can install packages and save files permanently. It seems localtileserver is not working on SageMaker, even after running the following code. Any advice?
The text was updated successfully, but these errors were encountered: