电脑环境配置
文章平均质量分 72
偲偲粑
这个作者很懒,什么都没留下…
展开
-
Jupyter notebook 小设置
1、设置cell宽度from IPython.core.display import display, HTMLdisplay(HTML(""))2、忽略warningimport warningswarnings.filterwarnings(“ignore”)3、多行输出from IPython.core.interactiveshell import InteractiveShellInteractiveShell.ast_node_interactivity = “all”...原创 2021-04-22 14:39:21 · 516 阅读 · 0 评论 -
postgreSQL+PsotGIS、osm2pgsql插件安装
本文用于记录现实配送VRP问题的全过程。原创 2020-05-26 08:38:06 · 1104 阅读 · 0 评论 -
Spark集群IDE配置
jupyter notebook修改配置文件(a) 在个人账户下建立配置文件:jupyter notebook --generate-config(b) Python环境下设置密码:>>> from notebook.auth import passwd>>> passwd()Enter password:Verify password:'sha...原创 2020-04-17 10:45:43 · 226 阅读 · 0 评论 -
更改源:pip、conda、docker
本文记录一些常用包更换源的方式。1、PIP1.1 源地址(1)阿里云 http://mirrors.aliyun.com/pypi/simple/(2)豆瓣http://pypi.douban.com/simple/(3)清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/(4)中国科学技术大学 http://pypi.mirrors.ustc....原创 2020-02-25 20:00:14 · 2345 阅读 · 0 评论 -
数据分析 工具汇总
记录数据分析的好友神器,连续更新原创 2020-02-24 20:24:23 · 232 阅读 · 0 评论 -
win10 jupyterlab 配置
这里写自定义目录标题Python为默认语言来搭建JupyterLab,首先确认你安装好了Python基本环境:# 一行命令搞定pip install jupyterlab# 安装ipythonpip install ipython安装插件之前需要配置Node,直接安装就行。安装目录插件例子:# 以安装一个生成目录的插件为例jupyter labextension install...原创 2019-12-07 17:13:20 · 1324 阅读 · 0 评论 -
virtual box 爬虫虚拟机配置
文章目录1.安装虚拟机2.安装虚拟机系统1.安装虚拟机virtual box 安装没什么特殊的。2.安装虚拟机系统1.安装win7或win10 系统,deepin系统设置迅联VPN不成功。2.并且要安装官网纯净版的,尝试安装YLMF版的,多次都是死机。3.安装扩展包,VBoxGuestAdditions.iso设备→...原创 2019-10-31 22:49:58 · 245 阅读 · 0 评论