format-qmd changes
This commit is contained in:
parent
e2bff61012
commit
1ee0189ff6
1 changed files with 3 additions and 1 deletions
|
@ -81,5 +81,7 @@ help() {
|
|||
}
|
||||
|
||||
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'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue