如何在qarto中使用Python的!expr进行内联编码?

huangapple go评论52阅读模式
英文:

How can I use !expr for inline coding in qarto with python?

问题

在我的YAML标头中,我尝试使用以下方式来处理日期:

date: ""`!expr format(Sys.time(), '%B %d, %Y')`""
date-format: dddd, D MMM YYYY
lang: de

但是,当我渲染时,我收到一个错误消息:

无效日期

我是否正确使用了!expr

英文:

In my YAML Header I try this for date:

date: "`!expr format(Sys.time(), '%B %d, %Y')`"
date-format: dddd, D MMM YYYY
lang: de

But if I render I receive an error message:

Invalid Date

Did I use !expr in the correct way?

答案1

得分: 0

我在Quarto文档中找到了答案:

date: today

将有助于特定语言格式。

英文:

I found the answer in the Quarto documentation:

date: today

will help in the specific language format.

huangapple
  • 本文由 发表于 2023年2月19日 23:35:24
  • 转载请务必保留本文链接:https://go.coder-hub.com/75501256.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定