提交 ac754bb5 编写于 作者: Miykael_xxm's avatar Miykael_xxm 🚴

update

上级 1a6a43da
......@@ -443,6 +443,37 @@
"3. 切换到某个主题,命令为 `jt -t <theme-name>`\n",
"4. 恢复到默认主题的命令为 `jt -r`"
]
},
{
"cell_type": "markdown",
"id": "aaefca1c",
"metadata": {},
"source": [
"## Jupyter Notebook 语言包\n",
"\n",
"### Windows\n",
"\n",
"`windows` 中需要在 系统环境变量的 用户变量中增加如下变量:\n",
"\n",
"```bash\n",
"LANG\n",
"zh_CN.UTF8\n",
"```\n",
"\n",
"重启电脑后,通过 `Git Bash` 启动 `jupyter notebook` 即可。\n",
"\n",
"参考<https://jingyan.baidu.com/article/22fe7cede06bc73002617f32.html>\n",
"\n",
"### MacOS\n",
"\n",
"`MacOS` 中,在保证系统语言为中文的情况下,还需要进行如下设置:\n",
"\n",
"```bash\n",
"set LANG=zh-CN\n",
"```\n",
"\n",
"然后启动 `jupyter notebook`"
]
}
],
"metadata": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册