dotfiles/home/private_dot_config/zsh/functions/format-qmd

6 lines
121 B
Text

# TODO: add support for outputs
jupytext --from qmd $1 --pipe black --opt 'notebook_metadata_filter=-all'
# vim ft=zsh