摘要: 安装 jupyter_contrib_nbextensions插件,添加国内源 打开conda prompt 输入conda install -c conda-forge jupyter_contrib_nbextensions 官方源下载。 修改成conda install -c https:// 阅读全文
posted @ 2020-03-22 23:43 mountain_sun 阅读(915) 评论(0) 推荐(0) 编辑
摘要: 1.第一步安装arcgis10.6+python2.7.14 2.安装pycharm,我安装的是pycharm社区版2019.3.3 3.打开pycharm,新建project,选择虚拟环境,配置如下,选择arcgis附带python默认安装路径 点击create 创建完成。 下一步,测试一下,新建 阅读全文
posted @ 2020-02-24 17:43 mountain_sun 阅读(2336) 评论(0) 推荐(0) 编辑
摘要: 问题:本来想在Rstudio中用devtools::install_github("microly/alimap")安装下载中国地图数据,结果在安装包的时候碰到了诸多问题,这里就常见问题的解决方法说明如下: 安装devtools包,install.packages("devtools")提示 可能是 阅读全文
posted @ 2020-02-17 20:25 mountain_sun 阅读(10338) 评论(0) 推荐(1) 编辑
摘要: self.m_panel4 = wx.Panel( self.m_notebook5, wx.ID_ANY, wx.DefaultPosition, wx.DefaultSize, wx.TAB_TRAVERSAL )#添加下面两行self.icon1=wx.Icon(name="sunny.ico",type=wx.BITMAP_TYPE_ICO)self.SetIcon(self.icon1)... 阅读全文
posted @ 2019-06-06 18:05 mountain_sun 阅读(674) 评论(0) 推荐(1) 编辑
摘要: 1.在PyCharm中按Alt+F12打开Terminal对话框 1.1我的项目文件放在wxpython目录下,D:\learn\Weather index insurance\wxpython>pyinstaller -F -w teaindex_main.py 1.2运行结束后在D:\learn 阅读全文
posted @ 2019-06-04 17:30 mountain_sun 阅读(3073) 评论(0) 推荐(0) 编辑
摘要: python中调用R语言通过rpy2 进行交互安装配置详解(R_USER、R_HOME配置) 2018年11月08日 10:00:11 luqin_ 阅读数:753 2018年11月08日 10:00:11 luqin_ 阅读数:753 python中调用R语言通过rpy2 进行详解 文章目录 py 阅读全文
posted @ 2019-04-03 08:50 mountain_sun 阅读(1456) 评论(0) 推荐(0) 编辑
摘要: cd 到python3.6目录下Python -m venv venv 创建虚拟环境call venv\scripts\activate.bat 激活虚拟环境将pip升级到最新版19.2pip install fbs PyQt5==5.9.2 PyInstaller==3.4 安装pyQT和PyIn 阅读全文
posted @ 2019-03-12 21:10 mountain_sun 阅读(849) 评论(0) 推荐(0) 编辑
摘要: 1解决办法 在setting中——preference 找到qt设置——pyQT工具文件选择更改为: 我的pyuicc5.exe文件在这个目录下 然后右击编译窗口,就成功了。 如果找不到ui文件,在窗口界面下,右击,add new form 阅读全文
posted @ 2019-02-25 16:07 mountain_sun 阅读(830) 评论(0) 推荐(0) 编辑
摘要: 1.先安装pip最新版 安装之前把sit-packages pip旧版本删掉 然后再cmd输入pip install --user update pip 2.安装pyqt5 pip install PyQt5 -i https://pypi.douban.com/simple 3.安装pyqt5-t 阅读全文
posted @ 2019-02-25 10:43 mountain_sun 阅读(913) 评论(0) 推荐(0) 编辑
摘要: 这里介绍的就是R的一个包:installr。installr {installr} R Documentation Installing software from R Description Gives the user the option to download software from w 阅读全文
posted @ 2019-01-02 15:37 mountain_sun 阅读(3499) 评论(0) 推荐(0) 编辑