- This topic has 2 replies, 2 voices, and was last updated 2 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › How to delete a nonempty directory in jupyter notebook
It might be a basic question but I cannot do the usual “rm -f” because I don’t have permission. I need to do that because my .ipynb file had some undesired changes but could not go back.
What are you trying to delete? How are you trying to delete it?
You definitely have permissions to delete things in your JupyterHub container. If you open a terminal in JupyterLab you can get a shell in your container and use most BASH commands.
I just got it fixed. Thanks for your follow-up.