Can we use jupyter in phone? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

14th Apr 2020, 2:37 PM
Vikas Kumar
Vikas Kumar - avatar
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
28th Apr 2020, 8:43 PM
K.islo
K.islo - avatar
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?
29th Apr 2020, 1:16 AM
Vikas Kumar
Vikas Kumar - avatar
0
Try this: "apt update" and after repeat commands above
29th Apr 2020, 1:23 PM
K.islo
K.islo - avatar
0
I solved my problems. Thanx for guide me.
29th Apr 2020, 1:39 PM
Vikas Kumar
Vikas Kumar - avatar