This script installs Python, Pip, useful packages, and Jupyter Notebook in Termux.
curl -L -o setup-python.sh https://raw.githubusercontent.com/Dareh123/Python/main/setup-python.sh && chmod +x setup-python.sh && ./setup-python.shRun Jupyter Notebook:
jupyter notebook --ip=0.0.0.0 --port=8888 --no-browser