2020年3月27日

利用matplotlib作图

摘要: 一、Jupyter notebook下利用matplotlib作图 jupyer notebook下绘图的3种模式: %matplotlib inline:这是默认的模式,输出的图片是静态的 %matplotlib auto:在这个模式下会弹出一个单独 的绘图窗口,和在pycharm中一样 %mat 阅读全文

posted @ 2020-03-27 17:40 火龙果果儿 阅读(348) 评论(0) 推荐(0)

pycharm和jupyter notebook下安装包(模块)

摘要: 一、pycharm下安装包 pip list #查看已有安装包 pip install --upgrade pip #更新pip命令的版本为最新 pip install pymysql #安装模块pymsql 二、jupyter notebook下安装包 ! pip install --upgrad 阅读全文

posted @ 2020-03-27 17:15 火龙果果儿 阅读(2726) 评论(0) 推荐(0)

导航