Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 721 Bytes

File metadata and controls

13 lines (11 loc) · 721 Bytes

Localization of the User Interface

We can localize the user interface by using jupyterlab-language-pack. Here is the steps for localization.

  1. Open the Terminal and install the language pack. The followings are example.
    • German: conda install -c conda-forge jupyterlab-language-pack-de-de
    • French: conda install -c jupyterlab-language-pack-fr-fr
    • Japanese: conda install -c conda-forge jupyterlab-language-pack-ja-jp
    • Chinese: conda install -c jupyterlab-language-pack-zh-cn
  2. Restart the Jupyter Lab
    • restart_jupyter_lab.png
  3. Setting the Language
    • setting_language.png