You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: QuickStart.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -158,12 +158,12 @@ When the notebook has run, you can find the jobs with `aws sagemaker list-proces
158
158
159
159
To follow this recipe, you'll need to have AWS credentials set up that give you full permission on CloudFormation. You'll add more permissions with the installed policy later in the recipe.
160
160
161
-
You'll need one file that was provided with this distribution: sagemaker_run_notebook-0.12.0.tar.gz.
161
+
You'll need one file that was provided with this distribution: sagemaker_run_notebook-0.13.0.tar.gz.
This installs the sagemaker run notebook library and CLI tool. It also installs the JupyterLab plug-in but does not activate it. See below in "Using the JupyterLab Extension" for more information.
@@ -244,15 +244,15 @@ Once you have the infrastructure and containers set up, the best way to activate
244
244
245
245
#### In a SageMaker Notebook instance
246
246
247
-
1. Upload the provided library file, sagemaker_run_notebook-0.12.0.tar.gz, to a location of your choosing in S3.
247
+
1. Upload the provided library file, sagemaker_run_notebook-0.13.0.tar.gz, to a location of your choosing in S3.
248
248
2. On the AWS SageMaker console, go to Lifecycle Configuration. Create a new lifecycle configuration and add the `start.sh` script that you received in this distribution to the start action. Edit the S3 location to where you uploaded the installation tar file.
249
249
3. Start or restart your notebook instance after setting the lifecycle configuration to point at your newly created lifecycle configuration.
250
250
251
251
#### In SageMaker Studio
252
252
253
253
When you open SageMaker Studio, you can add the extension with the following steps:
254
254
255
-
1. Upload the provided library file, sagemaker_run_notebook-0.12.0.tar.gz, to a location of your choosing in S3.
255
+
1. Upload the provided library file, sagemaker_run_notebook-0.13.0.tar.gz, to a location of your choosing in S3.
256
256
2. Save the provided `install-run-notebook.sh` to your home directory in Studio. The easiest way to do this is to open a text file and paste the contents in. Then edit the S3 location to where you uploaded the installation tar file and save it as `install-run-notebook.sh`.
257
257
3. Open a terminal tab (`File`->`New`->`Terminal`) and run the script as `bash install-run-notebook.sh`.
258
258
4. When it's complete, refresh your Studio browser tab and you'll see the sidebar scheduler tab.
Copy file name to clipboardExpand all lines: scripts/lifecycle-config/ReadMe.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This directory has a lifecycle configuration script that lets you set up the Jup
4
4
5
5
To use this lifecycle configuration, perform the following steps:
6
6
7
-
1. Use the [AWS CLI][1] to copy the SageMaker Run Notebook tar file to a location in S3, for example `aws s3 cp sagemaker_run_notebook-0.12.0.tar.gz s3://my-bucket/some-path/`
7
+
1. Use the [AWS CLI][1] to copy the SageMaker Run Notebook tar file to a location in S3, for example `aws s3 cp sagemaker_run_notebook-0.13.0.tar.gz s3://my-bucket/some-path/`
8
8
2. Edit `start.sh` to point at the s3 location and correct plugin version from the previous step.
9
9
3. On the SageMaker AWS console, select "Lifecycle configurations" in the left column and create a new lifecycle configuration called `install-run-notebook-extension`. Copy the contents of `start.sh` into the "Start Notebook" script. You can leave the "Create Notebook" script blank.
10
10
4. When creating a new notebook instance, open the "Additional configuration" option in the "Notebook instance settings" and select the `install-run-notebook-extension`. You can also add this configuration to an existing notebook instance by stopping the instance, opening the instance on the console (by clicking on the instance name in the list of instances), and adding the new configuration there. Then restart your notebook instance.
0 commit comments