Jupyter配置
Jupyter配置
Termux下
安装 libzmq
之前报错就是因为没有libzmq,pip安装的时候没法编译
1 | |
安装jupyter
1 | |
生成配置文件
1 | |
默认生成在 ~/.jupytercd ~/.jupyter
使用 ipython 生成密匙
1 | |
按提示输入密码,复制生成的字符串(例如’sha1:aabbcc00’)
编辑 jupyter_notebook_config.py 添加刚刚生成的密匙
1 | |
(以下为个人配置)设置别名
1 | |
安装插件
1 | |

Jupyter配置
https://leo03w.github.io/2022/09/23/Jupyter配置/