Skip to content
Advertisement

Tag: termux

Problem installing Uvicorn in Termux, Android

I am trying to install and run FastAPI in Termux. I install FastAPI successfully. But when I try to install uvicorn with pip install “uvicorn[standard]” I get this error. I can’t paste the error here, because Stackoverflow identifies it as spam, here is a link However, I successfully installed it with pip install uvicorn. But when I try uvicorn main:app

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. Answer I found some information on the web (like in this blog post) while I was coming up with the answer for this question, but it was all at least somewhat wrong and/or

Advertisement