jupyter配置 nbextension

jupyter contrib nbextension install --user --skip-running-check

No module named 'pysqlite2'

解决方法:打开此文件sessionmanager.py,将from pysqlite2 改为 from sqlite3

from _sqlite3 import * ImportError DLL load failed

解决方法: 官网下载DLLhttps://sqlite.org/download.html

将压缩包内的DLL文件放到,Anacoda\DLLs 或者 Python\DLLs

from . import (constans, error , message, context, DLL load failed

卸载pyzmq,再此安装Pyzmq

posted @ 2019-12-05 11:29  阳离子  阅读(876)  评论(0编辑  收藏  举报