summaryrefslogtreecommitdiff
path: root/issues/binderlite/open-files-directly-if-full-path-is-given.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'issues/binderlite/open-files-directly-if-full-path-is-given.gmi')
-rw-r--r--issues/binderlite/open-files-directly-if-full-path-is-given.gmi18
1 files changed, 18 insertions, 0 deletions
diff --git a/issues/binderlite/open-files-directly-if-full-path-is-given.gmi b/issues/binderlite/open-files-directly-if-full-path-is-given.gmi
new file mode 100644
index 0000000..203e87a
--- /dev/null
+++ b/issues/binderlite/open-files-directly-if-full-path-is-given.gmi
@@ -0,0 +1,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