Skip to content

Instantly share code, notes, and snippets.

@asantos2000
Forked from gatopeich/install_Jupyter.sh
Last active October 10, 2020 20:16
Show Gist options
  • Save asantos2000/a82b35981ab49136cecb79c4141acde7 to your computer and use it in GitHub Desktop.
Save asantos2000/a82b35981ab49136cecb79c4141acde7 to your computer and use it in GitHub Desktop.
Install Jupyter iPython Notebook on Android via Termux
# Install jupyter notebook on termux android
pkg upgrade
# Install runtime deps
pkg install python libzmq libcrypt
pip install jupyter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment