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

6 lines
121 B
Text
Raw Normal View History

2023-02-17 09:26:31 -06:00
# TODO: add support for outputs
jupytext --from qmd $1 --pipe black --opt 'notebook_metadata_filter=-all'
# vim ft=zsh