Use pyvis to create a small example
代码仓库 https://github.com/WestHealth/pyvis
官方文档 https://pyvis.readthedocs.io/en/latest/index.html
查看当前 python 版本,以及完整路径
$ python --version
Python 3.13.9
(base) $ which python
/miniconda3/bin/python
激活 python 3.14 ,查看版本以及完整路径
(base) $ conda activate py...
heresy.hashnode.dev1 min read