在Jupyter中支持html标签和从右到左的语言

Ali*_*Ali 4 python right-to-left ipython-notebook jupyter-notebook

在ipython笔记本中,我们可以在降价中添加html标签.从右到左语言的有用标记是<p dir=rtl> text </p>方便地使文本对齐.

有没有办法在Jupyter中添加html标签或从右到左的段落对齐?

Ali*_*Ali 6

它可以这样做:

<div style="direction:rtl"> Right-to-left text </div>
Run Code Online (Sandbox Code Playgroud)