anaconda数据可视化分析python的jupyter notebook及conda安装库文件
源配置文件夹默认路径 C:\Users\lcwuw\py\
include
lib
scripts
pyvenv.cfg
anaconda 3 学习进阶
启动jupyter notebook 在cmd里输入jupyter notebook 或者在开始界面 anaconda3下面选择jupyter notebook 然启动
makedown 笔记记录
conda install geopandas 无法安装
使用conda update -n base conda 然后 conda update --all
conda list查看安装的包列表
conda install -c conda-forge geopandas
conda install -c conda-forge contextily
(为了测试demo-covid.ipynb(来自github/lvwuwei/covid-france/))
缺少库 geopandas contextily
1,地理空间分析 使用库geopandas
https://zhuanlan.zhihu.com/p/80210579?utm_source=qq
运行代码 导出地图
第一段代码运行错误 显示缺少模块descartes
安装模块问题解决导出 世界地图
使用search -t conda 库名称 比如命令 anaconda search -t conda pytest
安装geoplot 库 使用pip install geoplot安装出现错误 于是尝试使用conda install geoplot
或者 conda install -c conda-forge geoplot