remove outdated function
This commit is contained in:
parent
38d2f50d21
commit
692fcd71a9
1 changed files with 1 additions and 4 deletions
|
@ -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
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue