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
Just to keep you informed of my issue. I was following steps along the book and wanted to provision AWS instrastructure using Cloudformation template. However during this process step related to notebook instance failed. For me the solution was to replace command in the lifecycle configuration. It used to be: initctl restart jupyter-server --no-wait
but I used this one: systemctl restart jupyter-server
Rerunning Cloudformation succeeded after this change.
I think reason is because now AWS notebook instances come with newer Amazon Linux 2 instead of older ones.
The text was updated successfully, but these errors were encountered:
Just to keep you informed of my issue. I was following steps along the book and wanted to provision AWS instrastructure using Cloudformation template. However during this process step related to notebook instance failed. For me the solution was to replace command in the lifecycle configuration. It used to be:
initctl restart jupyter-server --no-wait
but I used this one:
systemctl restart jupyter-server
Rerunning Cloudformation succeeded after this change.
I think reason is because now AWS notebook instances come with newer Amazon Linux 2 instead of older ones.
The text was updated successfully, but these errors were encountered: