Skip to content

Instantly share code, notes, and snippets.

@adrianrocamora
Forked from gatopeich/install_Jupyter.sh
Created November 14, 2019 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianrocamora/ac0c0c4235b5b7ced95a82adbda04ea3 to your computer and use it in GitHub Desktop.
Save adrianrocamora/ac0c0c4235b5b7ced95a82adbda04ea3 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