Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I install Jupyter notebook on an Android device?

Is there a way to install a functional instance of Jupyter notebook on an Android device? Specifically, I want to use Jupyter to run a Python notebook.

like image 777
tel Avatar asked Apr 15 '18 00:04

tel


People also ask

Can I install Jupyter notebook on Android?

The Google Play App opens and asks for the installation of the Pydroid repository plugin. We click on Install and we wait for the completion. Now we come back to the Pydroid App and Pip installation for jupyter. Once the installation is complete, we can run the jupyter notebook.

How do I open a Jupyter notebook on Android?

First install Pydroid 3 from play store and install jupyter package in it. Open pydroid 3> open 'pip' from left slide menu bar > in 'search libraries' type 'jupyter' > scroll and find it >click install> wait for it to complete.

Can Jupyter notebook run in a tablet?

Connect your keyboard to your tablet and get ready to run Jupyter Notebooks on Android systems! Jupyter Notebooks provide a great learning and coding environment.


1 Answers

Download the app pydroid3. Open the app. On the top there is a 3-line button - click on it. There is a PIP option - click on it. In PIP, click on install and type jupyter. Once it gets downloaded, there is terminal option above pip, click on terminal and type jupyter notebook. Your work is done.

Edit

I got a video explaining the download of jupyter using pydroid3.

like image 172
Therii Avatar answered Sep 20 '22 14:09

Therii