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: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,8 @@ Make sure to replace <your_notebook_instance_name>, <your_instance_type> and <yo
137
137
# Note: when installing on JL1, please prepend the nohup command to the install command above and run as follows:
138
138
# nohup ./install-codeserver.sh
139
139
140
+
3. After the execution of the commands completes, reload the browser window and the code-server launcher button will appear in Studio as shown in the screenshots above.
141
+
140
142
141
143
#### Amazon SageMaker Notebook Instances
142
144
@@ -153,9 +155,11 @@ Make sure to replace <your_notebook_instance_name>, <your_instance_type> and <yo
153
155
sudo ./install-codeserver.sh
154
156
sudo ./setup-codeserver.sh
155
157
156
-
3.\[Optional\] - After a stop/restart operation, run the following command to re-configure code-server:
158
+
3.After the execution of the commands completes, reload the browser window and the code-server launcher button will appear as shown in the screenshots above.
157
159
158
-
sudo ./setup-codeserver.sh
160
+
**Note:** code-server and extensions installations are persistent on the notebook instance. However, if you stop or restart the instance, you need to run the following command to reconfigure code-server
161
+
162
+
sudo ./setup-codeserver.sh
159
163
160
164
## Advanced configuration
161
165
The install scripts define the following variables that can be modified to customize the install procedure.
0 commit comments