From 692fcd71a9722ec0ac054c99452016bff15ea29a Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 13 Apr 2022 00:53:22 -0500 Subject: [PATCH] remove outdated function --- system/function.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/system/function.sh b/system/function.sh index 1dba76b..6db722f 100644 --- a/system/function.sh +++ b/system/function.sh @@ -77,7 +77,4 @@ py2nb2html() { jupytext --to notebook -o - $pyfile | jupyter nbconvert --execute --to html --stdin $@ } -web() { - filepath=$(wslpath -w $1) - $BROWSER $filepath -} +