Skip to content

Instantly share code, notes, and snippets.

@VietTralala
Created November 8, 2023 12:12
Show Gist options
  • Save VietTralala/653d9e29b057e89720c661f3391ccc54 to your computer and use it in GitHub Desktop.
Save VietTralala/653d9e29b057e89720c661f3391ccc54 to your computer and use it in GitHub Desktop.
Install jupyterlab in termux
# the following worked as of 08/11/2023
pgk update && pgk upgrade # make sure we are uptodate
# sources of information
# https://www.reddit.com/r/termux/comments/157mw29/2023_installing_jupyter_notebookslab/
# https://www.reddit.com/r/termux/comments/15e6qz5/comment/ju6qjkk/?utm_source=share&utm_medium=web2x&context=3
pkg install python libzmq libcrypt -y
pkg install make rust llvm binutils-is-llvm libandroid-execinfo -y
pip install jupyterlab # takes about 15min to build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment