【软件安装】在Kylin系统上安装jupyter notebook
sudo apt install pip
#安装pip包管理器
pip -V
#验证是否正确 安装pip包管理器
setstatus disable
#关闭KySec安全管理器
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple jupyter notebook
#安装jupyter notebook软件包

打开一个新的终端
jupyter notebook
#运行jupyter notebook软件,会自动弹出浏览器
上一篇