【软件安装】在Kylin系统上安装jupyter notebook 2024-11-22 12:38 | 130 | 0 | 未分类 12 字 | 1 分钟内 sudo apt install pip #安装pip包管理器 pip -V #验证是否正确 安装pip包管理器 setstatus disable #关闭KySec安全管理器 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple jupyter notebook #安装jupyter no…