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