PythonFreeCourse/Notebooks

Hebrew paragraph direction isn't compatible with google colab

ophiry opened this issue · 3 comments

When opening a notebook using google colab (for example https://colab.research.google.com/github/PythonFreeCourse/Notebooks/blob/master/week1/1_Strings_and_Output.ipynb)

paragraph direction is ignored.

using:

<div dir=rtl>
Hebrew Text
</p>

does work

image size are also ignored
this doesn't work:
<img src="images/warning.png" style="height: 50px !important;" alt="אזהרה!">
this does:
<img src="images/warning.png" width=50 height=50 style="height: 50px !important;" alt="אזהרה!">

Awesome, thanks! Can you please send it as a PR? :)

udif commented

Until #39 is accepted, I have prepared the following gist as an interim solution to those who want an online Hebrew python resource:

https://gist.github.com/udif/b6276c958a76ebac4171f485260de4ac