-
Notifications
You must be signed in to change notification settings - Fork 170
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
Create a guide to setup access via SageMaker #38
Comments
Thanks for submitting this ticket! This should just be a documentation change. Indeed, The recommended approach for Sagemaker would be to use our script found in s3: Here is a sample lifecycle configuration which makes use of it:
|
Updated docs to share sample lifecycle configuration file for use with SageMaker: https://github.com/aws/graph-notebook/tree/main/additional-databases/sagemaker |
Hi @joywa (if you're still there) or anyone else. Is it necessary to generate the graph config in the lifecycle script? Are these lines Lines 76 to 83 in e8d0364
equivalent to running, for example, this in a notebook cell?:
I would prefer not to hard-code my (Neptune Analytics) graph into the lifecycle configuration script, since I expect to delete the graph after using the notebook. |
@rossjohnstone-paypay yes, you certainly can use |
Hi @michaelnchin thanks. Would you be able to share a version of the lifecycle configuration script for use in JupyterLab within SageMaker Studio? I tried simply executing the commands here but I'm not sure if I'm enabling the extensions within the correct instance of JupyterLab. |
@rossjohnstone-paypay I believe SageMaker Studio uses JupyterLab 4 - graph-notebook currently supports up to JupyterLab 3, so it would not be compatible at the moment. Related issue: #689 |
Is your feature request related to a problem? Please describe.
I'd like to connect to a Neptune cluster. The easiest thing for me would be to launch a SageMaker notebook in that VPC and work on it. However, it seems like installing the extensions is not as straight-forward as a
pip install
.Describe the solution you'd like
A guide on how to install all the required dependencies, via a lifecycle configuration if possible.
The text was updated successfully, but these errors were encountered: