Skip to content

Commit 1b795fc

Browse files
Added reload browser step to instructions.
1 parent 9caf051 commit 1b795fc

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ Make sure to replace <your_notebook_instance_name>, <your_instance_type> and <yo
137137
# Note: when installing on JL1, please prepend the nohup command to the install command above and run as follows:
138138
# nohup ./install-codeserver.sh
139139

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+
140142

141143
#### Amazon SageMaker Notebook Instances
142144

@@ -153,9 +155,11 @@ Make sure to replace <your_notebook_instance_name>, <your_instance_type> and <yo
153155
sudo ./install-codeserver.sh
154156
sudo ./setup-codeserver.sh
155157

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.
157159

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
159163

160164
## Advanced configuration
161165
The install scripts define the following variables that can be modified to customize the install procedure.

0 commit comments

Comments
 (0)