pkg install apt-transport-https curl gnupg pkg-config clang
pkg install freetype freetype-dev libpng libpng-dev libzmq-dev libzmq
mkdir $PREFIX/etc/apt/sources.list.d
echo "deb [trusted=yes] https://its-pointless.github.io/files/ termux extras" > $PREFIX/etc/apt/sources.list.d/pointless.list
curl -O https://its-pointless.github.io/pointless.gpg
apt-key add pointless.gpg
pkg update
pkg install python python-dev
pip install jupyter
pkg install numpy
pip install pandas
pkg install scipy
pip install matplotlib
jupyter notebook
Install Jupyter with Numpy, SciPy, Pandas and Matplotlib
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment