We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e480082 commit 242bf46Copy full SHA for 242bf46
binderhub/main.py
@@ -75,7 +75,7 @@ async def get(self, provider_prefix, _unescaped_spec):
75
filepath = self.get_argument('filepath', '').lstrip('/')
76
77
78
- # Check if we have a JupyterLab + file path, if so then use it for the filepath
+ # Check the urlpath parameter for a file path, if so use it for the filepath
79
urlpath = self.get_argument('urlpath', '').lstrip('/')
80
if urlpath and "/tree/" in urlpath:
81
filepath = urlpath.split('tree/', 1)[-1]
0 commit comments