Notebooks icon indicating copy to clipboard operation
Notebooks copied to clipboard

Hebrew paragraph direction isn't compatible with google colab

Open ophiry opened this issue 3 years ago • 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

ophiry avatar Sep 13 '20 20:09 ophiry

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="אזהרה!">

ophiry avatar Sep 13 '20 20:09 ophiry

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

yammesicka avatar Sep 13 '20 23:09 yammesicka

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

udif avatar Oct 26 '20 15:10 udif