How do I install Jupyter notebook on an Android device?

tel picture tel · Apr 15, 2018 · Viewed 75.9k times · Source

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.

Answer

Therii picture Therii · Jul 29, 2018

Download the app pydroid3. Open the app, on the top there is a 3 line button. Click on it there is 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.