From a0b8ccf805eccd6ad4b44f571d239b1657457d1d Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Wed, 7 Sep 2016 21:47:01 -0700 Subject: [PATCH] Add config for whole filesystem access and user home directory as default --- docs/source/troubleshooting.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/troubleshooting.md b/docs/source/troubleshooting.md index b7877a62..1bc45ec1 100644 --- a/docs/source/troubleshooting.md +++ b/docs/source/troubleshooting.md @@ -159,3 +159,11 @@ with npmbox: pip wheel jupyterhub npmbox configurable-http-proxy + +### I want access to the whole filesystem, but still default users to their home directory + +Setting the following in `jupyterhub_config.py` will configure access to +the entire filesystem and set the default to the user's home directory. + +c.Spawner.notebook_dir = '/' +c.Spawner.default_url = '/home/%U' # %U will be replaced with the username