summaryrefslogtreecommitdiff
path: root/issues/binderlite/open-files-directly-if-full-path-is-given.gmi
blob: 203e87aa840590344d35d2082a89f0b4ddacd4b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Open notebook directly if full path to notebook file is given

* feature-request
* assigned: jgart

We'd like to be able launch a notebook directly if the user gives the fullpath to the notebook file.

Should we allow urls like this?

https://github.com/jgarte/guile-notebook-genenetwork-api/blob/master/genenetwork-api.ipynb

The above is a valid github url that also points to the notebook file.

Or only this?

https://github.com/jgarte/guile-notebook-genenetwork-api/genenetwork-api.ipynb

* closed