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!
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!
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.
You can change the password using the following
sudo passwd <username>
You will require sudo
permissions. This can be done by adding Compute Admin role to the service account and restarting the VM