From 1793406aa06b4320d4731cbc9bd5bb7b37f8393d Mon Sep 17 00:00:00 2001 From: jgart Date: Thu, 4 Nov 2021 22:49:00 -0400 Subject: issues: Open notebook directly if full path to notebook file is given --- .../open-files-directly-if-full-path-is-given.gmi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 issues/binderlite/open-files-directly-if-full-path-is-given.gmi (limited to 'issues/binderlite/open-files-directly-if-full-path-is-given.gmi') 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..2fb4b2f --- /dev/null +++ b/issues/binderlite/open-files-directly-if-full-path-is-given.gmi @@ -0,0 +1,16 @@ +# 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 -- cgit v1.2.3 From 74ef08481243820503f543b103f3a6dbb8a3a61f Mon Sep 17 00:00:00 2001 From: jgart Date: Wed, 10 Nov 2021 14:33:11 -0500 Subject: issues: binderlite: Close open notebook directly feature --- issues/binderlite/open-files-directly-if-full-path-is-given.gmi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'issues/binderlite/open-files-directly-if-full-path-is-given.gmi') 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 index 2fb4b2f..203e87a 100644 --- a/issues/binderlite/open-files-directly-if-full-path-is-given.gmi +++ b/issues/binderlite/open-files-directly-if-full-path-is-given.gmi @@ -14,3 +14,5 @@ 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 -- cgit v1.2.3