安装 jupyter+networkx+pyvis+matplotlib
查看当前 python 版本
$ python -V
Python 3.13.5
查找 python 版本 VS Miniconda 版本关系
https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/
下载二者对应的 conda 版本脚本
$ wget https://repo.anaconda.com/miniconda/Miniconda3-py313_25.5.1-1-Linux-x86_64.sh
并不需要加 sudo 权限执...
heresy.hashnode.dev1 min read