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.
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.
I got a video explaining the download of jupyter using pydroid3.