format-qmd changes

This commit is contained in:
Daylin Morgan 2022-09-02 15:22:53 -05:00
parent e2bff61012
commit 1ee0189ff6

View file

@ -81,5 +81,7 @@ help() {
} }
format-qmd() { format-qmd() {
jupytext --from qmd $1 --pipe black # TODO: add support for outputs
jupytext --from qmd $1 --pipe black
jupytext --from qmd $1 --pipe black --opt 'notebook_metadata_filter=-all'
} }