jupyter notebook汉化教程

本章教程记录,jupyter notebook汉化步骤,如果对汉化有需求的小伙伴可以看看。

一、安装jupyter

如果你是安装的anaconda的那么默认是包含了Jupyter notebook的,如果是miniconda或者基础python,默认是不包含的jupyter组件的,那么这时候就需要手动安装。

bash 复制代码
pip install jupyter 

二、安装汉化插件

bash 复制代码
pip install jupyterlab-language-pack-zh-CN

三、启动jupyter

bash 复制代码
jupyter notebook

在Settings------Language------Chinese (Simplified, China) - 中文 (简体, 中国),进行切换显示语言。

相关推荐
alvin_200531 分钟前
python之OpenGL应用(二)Hello Triangle
python·opengl
铁蛋AI编程实战39 分钟前
通义千问 3.5 Turbo GGUF 量化版本地部署教程:4G 显存即可运行,数据永不泄露
java·人工智能·python
jiang_changsheng1 小时前
RTX 2080 Ti魔改22GB显卡的最优解ComfyUI教程
python·comfyui
0思必得02 小时前
[Web自动化] Selenium处理滚动条
前端·爬虫·python·selenium·自动化
沈浩(种子思维作者)2 小时前
系统要活起来就必须开放包容去中心化
人工智能·python·flask·量子计算
2301_790300962 小时前
Python数据库操作:SQLAlchemy ORM指南
jvm·数据库·python
m0_736919102 小时前
用Pandas处理时间序列数据(Time Series)
jvm·数据库·python
getapi2 小时前
实时音视频传输与屏幕共享(投屏)
python
java干货3 小时前
为什么 “File 10“ 排在 “File 2“ 前面?解决文件名排序的终极算法:自然排序
开发语言·python·算法
机器懒得学习3 小时前
智能股票分析系统
python·深度学习·金融