本章教程記錄,jupyter notebook漢化步驟,如果對漢化有需求的小伙伴可以看看。
一、安裝jupyter
如果你是安裝的anaconda的那么默認是包含了Jupyter notebook的,如果是miniconda或者基礎python,默認是不包含的jupyter組件的,那么這時候就需要手動安裝。
pip install jupyter
二、安裝漢化插件
pip install jupyterlab-language-pack-zh-CN
三、啟動jupyter
jupyter notebook
在Settings——Language——Chinese (Simplified, China) - 中文 (簡體, 中國),進行切換顯示語言。