remove outdated function

This commit is contained in:
Daylin Morgan 2022-04-13 00:53:22 -05:00
parent 38d2f50d21
commit 692fcd71a9

View file

@ -77,7 +77,4 @@ py2nb2html() {
jupytext --to notebook -o - $pyfile | jupyter nbconvert --execute --to html --stdin $@ jupytext --to notebook -o - $pyfile | jupyter nbconvert --execute --to html --stdin $@
} }
web() {
filepath=$(wslpath -w $1)
$BROWSER $filepath
}