what is the default password for the `jupyter` user on AI platform notebook VMs?

Viewed 376

i just tried to install oh-my-zsh on my notebook instance. it asked for the jupyter user's password, but i have no idea.

i'm also tagging with gcp-ai-platform-notebook as the support page says to do. thanks in advance for any help here!

1 Answers

I tried to install oh-my-zsh using “sudo -i" to login as root. It’s installed successfully. So, I would advise you to use “sudo -i” to login as root before installing oh-my-zsh.

Related