python依赖包迁移
老服务器执行
pip3 freeze >requirements.txt
pip3 download -r requirements.txt
依赖包文件打包,上传到新服务器
pip3 install --no-index --find-links./ -r requirements.txtjupyter notebook --generate-config
jupyter notebook password
jupyter_noteboo…
2026/7/18 10:23:10