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 83e5cc6 commit 96940cfCopy full SHA for 96940cf
examples/binder-api.py
@@ -67,7 +67,7 @@ def build_binder(repo,
67
elif opts.urlpath:
68
url = "{url}{urlpath}?token={token}".format(**evt, urlpath=opts.urlpath)
69
else:
70
- url = "{url}notebooks/?token={token}".format(**evt)
+ url = "{url}?token={token}".format(**evt)
71
print("Opening %s" % url)
72
webbrowser.open(url)
73
break
0 commit comments