如何从右到左 (RTL) google colaboratory

Ami*_*mir 6 jupyter-notebook google-colaboratory

Jupyter notebook 可以支持 RTL 文本 [ see here]。我想知道Google Colabolatory 中是否有 RTL 文本?不幸的是,命令面板中没有从右到左文本的选项。

Rom*_*man 6

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

%%HTML
<div dir=rtl>
???? ????? ?????, ?? ?????? ?????? ????. ??????
</div>
Run Code Online (Sandbox Code Playgroud)

它在 StackOverflow 上没有正确显示,但在 Google Colab notebook 的单元格输出中(即在您运行它之后)正确显示。