Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 901 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 901 Bytes

ipython_bidi_markdown

Add Right-to-left (RTL) support to Ipython's markdown cells. Currently support IPython 1.0 only.

Using bidiweb to to add Right-To-Left properties to paragraphs that starts with Right-To-Left text (Arabic, Hebrew, Farsi, etc.).

Install

Clone this repo into ~/.ipython_/profile_xxx/static/ (or ~/.config/ipython_/profile_xxx/static/ )

git clone https://github.com/ronenabr/ipython_bidi_markdown.git ~/.ipython/profile_default/static/custom

Restart your notebook server. You may also need to empty your browser cache.

Thanks

  • Arieh, for the javascript support
  • Kyle Kelley and Matthias BUSSONNIER for help on the mailing list. See discussion at IPython's mailing list.