termux上安装jupyter写Python代码

soul:
termux-change-repo

pkg update
1.
pkg install -y python
2.
apt-get install libzmq
3.
pip install jupyter
4.
jupyter notebook

你可能感兴趣的:(笔记,心得,小教程,python,jupyter)