Tag: Termux

  • Running PostgreSQL database in Termux

    UPDATE – 06/01/2024 added few useful commands UPDATE – 10/03/2023 add bytes json data using – dataset and psycopg2-binary python packages UPDATE – 25/02/2023 After database update and postgresql may not start. It might throw error messages: In this article, we will show how to run PostgreSQL database in Termux on Android device. Create skeleton…

  • Running Jupyter Notebook on Android phone

    Running Jupyter Notebook on Android phone is doable. We will show you the steps to run Jupyter Notebook on your anroid phone. Steps to follow You have Termux instslled Open Termux, then run the following commands in the prompt: $ apt install clang python fftw libzmq freetype libpng pkg-config libcrypt $ LDFLAGS=”-lm -lcompiler_rt” pip install…