We discussed about custom repo setup on Termux. We will actually see that application here. In this Guide, We Will Discuss How To Run Jupyter Notebook on Android Using Termux CLI. It is no way closest to real stable way, you may need to modify, develop, contribute to make it smooth. The total method is time taking, may throw error demanding searching fix. It is recommended to use an USB mouse or keyboard with Android to work. It is practically from official guide after testing.
How To Run Jupyter Notebook on Android
Open Termux, run update, upgrade :
1 2 | apt update -y apt upgrade -y |
In case you have no cURL installed, install it :
---
1 | pkg install curl |
Then run this :
1 | curl -L https://its-pointless.github.io/setup-pointless-repo.sh | sh |
You can see the above thing here :
1 | https://github.com/its-pointless/its-pointless.github.io |
Next install the needed things, one by one :
1 2 3 4 5 6 7 8 | apt install python python-dev clang fftw apt install freetype freetype-dev libpng libpng-dev pkg-config apt install libzmq libzmq-dev pkg install numpy scipy pip install --upgrade pip # Could probably be omitted pip install pandas matplotlib jupyter # backup command ## LDFLAGS=" -lm -lcompiler_rt" pip install matplotlib |
It is super disgusting to install cython :
1 2 3 | LDFLAGS=" -liconv" pip install cython ## backup way of numpy # LDFLAGS=" -lm -lcompiler_rt" pip install numpy==1.12 |
It is very easy to get errors in red font.
1 2 3 4 5 | apt install git git clone git://github.com/statsmodels/statsmodels.git pkg install proot termux-chroot pip install scikit-learn |
Then you can run Jupyter notebook in Termux like you do on full computer. You will get informative screen and link after running command. It feels like 7 years back.
Tagged With jupyter android , install jupyter notebook on termux , jupyter notebook android , jupyter notebook termux tutorial 2019 , termux jupyter notebook , how to install jupyter notebook on termux , термукс юпитер ноутбук , how to install jupyter notebook on android , how to install jupyter notebook in termux android , cloud server on termux