Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Text aligned from right to left on Jupyter notebook

I'm running the Jupyter notebook from local Ubunto machine in Windows 10. The problem is that all the text is aligned to the right side of the screen, including the menu - the "Files" tab for example is on the most right side. It is very hard to read the text this way.

Is there a way to "convince" the Jupyter notebook to lunch as left to right language?

I tried to define the locale parameters and now everything is en_US.UTF-8. I also tried to run the jupyter notebook from Edge and Chrome but both lunch with text aligned to the right.

I don't see this problem at other sites, but I don't think it is Jupyter specific issue.

image of my Jupyter Notebook

like image 777
Ran suari Avatar asked Oct 16 '25 02:10

Ran suari


1 Answers

It turned out that it was the Google Chrome setting after all. I needed to change the language setting so that the English will be on the top preference.

like image 193
Ran suari Avatar answered Oct 18 '25 02:10

Ran suari