-
-
Save asantos2000/a82b35981ab49136cecb79c4141acde7 to your computer and use it in GitHub Desktop.
Install Jupyter iPython Notebook on Android via Termux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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