- This topic has 1 reply, 2 voices, and was last updated 2 months, 3 weeks ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › Fabric password
Hello community,
I am trying to run the sudo command on JupyterNotebook, and the terminal asks me the password for Fabric. However, I just log into Fabric with school identity and school identity password is not my Fabric password. And I also couldn’t find any password info in Fabric Settings, so just wondering if the community knows how to know your own Fabric password? Thank you very much!
Hi Tianrui,
Users do not have sudo
access on the JupyterHub container. To install Python packages, please use the command pip install <package name> --user
.
Thanks,
Komal