Installieren Sie jupyter auf termux, um Python-Code zu schreiben

Seele:
termux-change-repo

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

Guess you like

Origin blog.csdn.net/m0_47505062/article/details/129349995