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 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