Skip to content

Instantly share code, notes, and snippets.

@ivanivkovic
Forked from gatopeich/install_Jupyter.sh
Created December 19, 2019 16:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivanivkovic/9be78bda48d97b97b9ee11cef8525328 to your computer and use it in GitHub Desktop.
Save ivanivkovic/9be78bda48d97b97b9ee11cef8525328 to your computer and use it in GitHub Desktop.
Install Jupyter iPython Notebook on Android via Termux
pkg upgrade
pkg install python python-dev libzmq-dev libcrypt-dev clang
pip3 install -U pip
pip3 install pyzmq --install-option="--zmq=/usr/lib"
pip3 install jupyter
#TODO: Clean up ~200 mb pulled by build...
apt remove python-dev libzmq-dev libcrypt-dev clang
apt autoremove
rm .cache ../usr/var/cache -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment