Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hebrew paragraph direction isn't compatible with google colab #37

Open
ophiry opened this issue Sep 13, 2020 · 3 comments
Open

Hebrew paragraph direction isn't compatible with google colab #37

ophiry opened this issue Sep 13, 2020 · 3 comments

Comments

@ophiry
Copy link

ophiry commented Sep 13, 2020

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
Copy link
Author

ophiry commented Sep 13, 2020

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

@yammesicka
Copy link
Member

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

@udif
Copy link

udif commented Oct 26, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants