View source: R/sagemaker_operations.R
sagemaker_create_presigned_notebook_instance_url | R Documentation |
Returns a URL that you can use to connect to the Jupyter server from a notebook instance. In the SageMaker console, when you choose Open
next to a notebook instance, SageMaker opens a new tab showing the Jupyter server home page from the notebook instance. The console uses this API to get the URL and show the page.
See https://www.paws-r-sdk.com/docs/sagemaker_create_presigned_notebook_instance_url/ for full documentation.
sagemaker_create_presigned_notebook_instance_url(
NotebookInstanceName,
SessionExpirationDurationInSeconds = NULL
)
NotebookInstanceName |
[required] The name of the notebook instance. |
SessionExpirationDurationInSeconds |
The duration of the session, in seconds. The default is 12 hours. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.