Skip to content

Commit

Permalink
removing root_dir setting because it causes an error
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Jan 11, 2024
1 parent 1da3872 commit d4938b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jupyter/jupyter_notebook_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
}
}
c.ServerApp.root_dir = '/'
# c.ServerApp.root_dir = '/' # this causes an error when clicking on the little house icon when being located in the home directory
c.ServerApp.preferred_dir = os.getcwd()
c.FileContentsManager.allow_hidden = True

Expand Down

0 comments on commit d4938b0

Please sign in to comment.