Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jupyter notebook is displayed partially in French

I'm using Jupyter for Python programming on Windows 10 and some of the text is translated in French but not all of it (which makes it kinda annoying).

enter image description here

Does someone know how to change the display language?

I am unable to find the answer on internet because every time I'm searching for "language" it shows me answers for programming languages (R, Python, etc.)

like image 352
Dave Smith Avatar asked Oct 05 '18 13:10

Dave Smith


People also ask

How do I change the language on my Jupyter notebook?

To change the interface language, select the Settings menu and then select the desired language in the Language submenu. The Language submenu will only list any previously installed language packs. Selecting the new language will prompt for confirmation.

How do I reset my Jupyter notebook?

You can restart your Jupyter Kernel by simply clicking Kernel > Restart from the Jupyter menu. Note: This will reset your notebook and remove all variables or methods you've defined! Sometimes you'll notice that your notebook is still hanging after you've restart the kernel.

How do you correct an indentation in a Jupyter notebook?

Implement Auto-Indent Lines ( Ctrl + Alt + I ) and Reformat Code ( Ctrl + Alt + L ) for Python code cells in Jupyter notebook source code representation.


2 Answers

I had the same problem. Had to change the language settings in Chrome.

like image 144
Janik Avatar answered Oct 13 '22 15:10

Janik


(Internet Explorer): Just go to your internet options in the settings, Choose 'Languages' from the general tab. A new pop up will open with all listed/available languages in it. Simply remove everything except your required language.

(Google Chrome): Go to settings, choose 'Advanced'. Select Languages option. Set what language you are looking for in the mentioned place.

like image 27
Gowtham Jayachandiran Avatar answered Oct 13 '22 15:10

Gowtham Jayachandiran