手机端 termux 如何安装 jupyter
时间: 2023-11-07 18:42:49 浏览: 169
你可以通过以下步骤在手机端 termux 中安装 Jupyter:
1. 打开 termux 应用,运行以下命令更新软件包列表:
`pkg update`
2. 安装必要的软件包:
`pkg install python net-tools clang freetype libzmq`
3. 安装 Jupyter:
`pip install jupyter`
4. 启动 Jupyter:
`jupyter notebook`
这样就可以在手机端 termux 中愉快地使用 Jupyter 了。
相关问题
termux安装jupyter
要在termux上安装jupyter,需要先安装一些前提库,包括libpng、pkg-config、freetype、libzmq、fftw、zlib、openssh、nano和wget。然后需要下载并运行一个脚本来设置一个第三方软件库。接下来,可以使用pkg安装numpy和scipy,然后使用pip安装jupyter、matplotlib、pandas和openpyxl。建议使用豆瓣源来安装这些包。
termux安装jupyter notebook
可以通过在Termux中运行以下命令来安装Jupyter Notebook:
1. `pkg install python`
2. `pip install jupyter`
安装完成后,可以通过运行以下命令来启动Jupyter Notebook:
`jupyter notebook`
然后,在浏览器中访问`http://localhost:8888`来使用Jupyter Notebook。
阅读全文