Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit

Permalink
Add pty for clean jupyter shutdown and rename
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed Nov 10, 2021
1 parent 7ab2610 commit b7a4a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gcp-dev.sh → scripts/gcp-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ echo "+++ configure local ssh"
gcloud compute config-ssh

echo "+++ starting Jypter"
gcloud compute ssh --zone=$ZONE $VM --ssh-flag='-L 8080:localhost:8080 -L 8081:localhost:8081' --command="cd $PROJECT ; ./scripts/jupyter-lab.sh"
gcloud compute ssh --zone=$ZONE $VM --ssh-flag='-t -L 8080:localhost:8080 -L 8081:localhost:8081' --command="cd $PROJECT ; ./scripts/jupyter-lab.sh"

0 comments on commit b7a4a35

Please sign in to comment.