Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Update SageMaker Jupyterlab environment

How can I update my SageMaker notebook's jupyter environment to the latest alpha release and then restart the process?

like image 850
Austin Avatar asked Jan 26 '23 12:01

Austin


1 Answers

Hi and thank you for using SageMaker!

To restart Jupyter from within a SageMaker Notebook Instance, you can issue the following command: sudo initctl restart jupyter-server --no-wait.

Best, Kevin

like image 174
Kevin McCormick Avatar answered Mar 19 '23 12:03

Kevin McCormick