退出笔记本上的 jupyter setup i18n

jupyter setup i18n on exiting notebook

我一直在尝试使用现有的 i18n 实现将 jupyter notebook 界面翻译成我的母语。我已经按照自述文件的建议创建了翻译文件,现在我想将它添加到 jupyter。

https://github.com/jupyter/notebook/tree/master/notebook/i18n

但是我在我的电脑上找不到 /notebook/i18n/ 文件夹 ( Ubuntu 16.04 )。我需要再安装一次 jupyter 还是我可以将翻译文件添加到现有的 jupyter在我的机器上安装 运行 吗?

我刚刚重新安装了 jupyter,这次 i18n 文件夹位于:

/usr/local/lib/python3.5/dist-packages/notebook/i18n/i18n

首先,通过python找到lib_path:

import sys
from distutils.sysconfig import get_python_lib
print (get_python_lib())

你会在
中找到它 ${lib_path}/notebook/i18n/