如何从右到左 (RTL) google colaboratory

How right to left (RTL) google colaboratory

Jupyter notebook 可以支持 RTL 文本 [see here]. I want to know is there anyway to RTL text in Google Colabolatory?不幸的是,命令面板中没有从右到左文本的选项。

无法从右到左编辑文本,但可以在单元格的结果中显示:

%%HTML
<div dir=rtl>
טקסט מיושר לימין, עם פסיקים וסימני שאלה. אפשרי?
</div>

它在 Whosebug 上显示不正确,但在 Google Colab 笔记本的单元格输出中(即在您 运行 之后)显示正确。