顺利芹菜

文章
3
资源
1
加入时间
2年10月18天

jupyter notebook 配置目录插件失败

jupyter notebook 配置目录插件失败按照网上提供的多种方法为jupyter notebook配置目录插件启动后始终没有在jupyter主界面显示(python3.7.9, jupyter 1.0.0,notebook 6.1.6)nbextensions,降低jupyter notebook的版本后(jupyter-1.0.0 notebook-5.7.8)成功显示~具体操作为:// 卸载原有jupyter notebookpip uninstall jupyter noteboo

Python:读取 csv 文件并插入到 PostgreSQL 数据库一、读取 csv 文件二、创建数据库链接三、读取 csv 数据并插入到数据库

目录一、读取 csv 文件二、创建数据库链接三、读取 csv 数据并插入到数据库一、读取 csv 文件Python:使用 csv 模块读写 csv 文件二、创建数据库链接# -*- coding: utf-8 -*-import sqlalchemyimport sqlalchemy.orm as ormfrom sqlalchemy.ext.declarative import declarative_baseBase = declarative_base()

禁用VS2010的IntelliSense

IntelliSense(代码提示,关联等等),经常会占用很大的CPU和内存,导致电脑很卡,所以,建议禁用掉。VS2010的禁用方法是:工具—选项—文本编辑器—C/C++—高级—禁用IntelliSense,将其设置为True即可。“工具—选项”里,还有很多其他配置项,可以改改试试;如果改错了,无法恢复,请重置下VS2010的设置。重置命令是:devenv.exe /setup /re