Support of html tags and right-to-left languages in Jupyter
问题 In ipython notebooks we could add html tags inside markdowns. A useful tag for right-to-left languages was <p dir=rtl> text </p> that conveniently made the text aligned to right. Is there a way to add html tags or right-to-left paragraph alignment in Jupyter? 回答1: It can be done like this: <div style="direction:rtl"> Right-to-left text </div> 来源: https://stackoverflow.com/questions/35238470/support-of-html-tags-and-right-to-left-languages-in-jupyter