0
Can we use jupyter in phone?
I want to use the IDLE of python as jupyter. Will any application exist in anywhere, which gives jupyter interface.
4 Answers
0
Actually you can download jupyter on android device directly.
If u wanna do it u have to:
Install Termux app
Open and paste these commands
"1) apt install clang python fftw libzmq freetype libpng pkg-config libcrypt
2) LDFLAGS="-lm -lcompiler_rt" pip install jupyter "
Write "jupyter notebook" in console
After that u will get a src to go to the browser and u will see jupyter interface
I don't know is it working on ios but maybe it is
0
After using first comand, It give
Unable to locate package clang
Unable to locate package python
Unable to locate package fftw
And so on for other packages.
So, now what can i do?
0
Try this:
"apt update"
and after repeat commands above
0
I solved my problems.
Thanx for guide me.