解决Windows下cmd命令jupyter notebook启动该Anaconda报错: ImportError: DLL load failed: 找不到指定的模块。 一、报错信息 报错信息 _cffi_ext.c D:\ProgramData\Anaconda3\lib\site-packag ...
分类:
其他好文 时间:
2020-02-20 15:10:36
阅读次数:
946
什么是IPython?可能很多人已经在用,却不知道它到底是什么。 根据维基百科的解释: IPython是一种基于Python的交互式解释器,提供了强大的编辑和交互功能。 IPython拥有: 1. 满足你各种需求的交互式shell 2. 火爆数据科学社区的Jupyter内核(供Jupyter Not ...
分类:
编程语言 时间:
2020-02-18 12:48:51
阅读次数:
83
为了防止python环境变乱,于是新建子环境进行不同项目操作。最近想使用jupyter切换环境进行操作。遇到了下列问题: "1. 安装插件,使jupyter可以切换环境" "2. ImportError: DLL load failed: 找不到指定的模块。" "3. ImportError: DL ...
分类:
其他好文 时间:
2020-02-17 12:01:36
阅读次数:
799
配色方案图1 点击可查看大图 (color shceme 配色文件下载链接已经放在文末) 配色方案图2 配色方案图3 picture1 picture2 整体效果 下载链接 https://files.cnblogs.com/files/runtu/Jupyter-icls.zip ...
分类:
其他好文 时间:
2020-02-16 00:52:26
阅读次数:
1415
1.Anaconda安装 2.更新包 添加清华源 换回官方源 检查源 查看jupyter版本 ...
分类:
编程语言 时间:
2020-02-15 19:06:30
阅读次数:
70
Nbextensions是一个非常有用的插件,集合了很多插件。 官方安装文档地址:https://github.com/ipython-contrib/jupyter_contrib_nbextensions/blob/master/README.md **安装步骤:如果你已经安装了,先执行卸载命令 ...
分类:
编程语言 时间:
2020-02-11 09:14:58
阅读次数:
78
安装jupyter pip3 install jupyter --default-timeout=1000 -i https://pypi.tuna.tsinghua.edu.cn/simple 使用notebook jupyter notebook ...
分类:
其他好文 时间:
2020-02-10 15:22:10
阅读次数:
65
Jupyter Notebook 快捷键 Jupyter Notebook 有两种键盘输入模式。编辑模式,允许你往单元中键入代码或文本;这时的单元框线是绿色的。命令模式,键盘输入运行程序命令;这时的单元框线是灰色。 命令模式 (按键 Esc 开启) Enter : 转入编辑模式 Shift-Ente ...
分类:
其他好文 时间:
2020-02-09 23:48:21
阅读次数:
103
1.anaconda创建新的环境 2.更改镜像资源地址提高下载速度 3.tensorflow版本2.0与教程不匹配 4.安装tensorflow-gpu需要解决NVIDIA的cuda版本,10.2版本太高anaconda中没有相应的包装不上jupyter notebook,需要下载10版本并安装,i ...
分类:
其他好文 时间:
2020-02-08 15:16:15
阅读次数:
65
设置 jupyter notebook 可远程访问 配置如下: jupyter notebook --generate-config jupyter notebook password vim /home/jacen/.jupyter/jupyter_notebook_config.py 最后一步是 ...
分类:
其他好文 时间:
2020-02-07 12:24:21
阅读次数:
57