Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with notebook lifecycle configuration #4

Open
petsvakala opened this issue Jan 9, 2023 · 0 comments
Open

Issue with notebook lifecycle configuration #4

petsvakala opened this issue Jan 9, 2023 · 0 comments

Comments

@petsvakala
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant