linux下jupyter notebook汉化
时间: 2023-05-25 18:04:11 浏览: 332
Jupyter Notebook for linux
在linux操作系统上,可以通过以下步骤来汉化jupyter notebook:
1. 打开终端或控制台,输入以下命令:
```
pip install jupyterthemes
```
2. 然后输入以下命令来安装主题:
```
jt -t chesterish
```
3. 输入以下命令来启动jupyter notebook:
```
jupyter notebook
```
4. 在浏览器中打开jupyter notebook后,点击右上方的“New”按钮,在下拉列表中选择“Terminal”选项,打开终端。
5. 在终端中输入以下命令,安装中文支持:
```
pip install jupyter notebook pandas matplotlib -i https://mirrors.aliyun.com/pypi/simple/
```
6. 重启jupyter notebook,可以看到汉化效果已经生效。
阅读全文