1. How to delete a nonempty directory in jupyter notebook

How to delete a nonempty directory in jupyter notebook

Home Forums FABRIC General Questions and Discussion How to delete a nonempty directory in jupyter notebook

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3198
    Yingqiang Yuan
    Participant

      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.

      #3199
      Paul Ruth
      Keymaster

        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.

        #3206
        Yingqiang Yuan
        Participant

          I just got it fixed. Thanks for your follow-up.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.