好用的python模块 可自动导入模块的pyforest 安装模块后,可以直接按配置文件中设置的需要调用的模块名称使用模块 设置 编辑 默认配置在 中 使用 jupyter 可以自动导入,其他环境需要手动导入 查看已自动导入的模块 ...
分类:
编程语言 时间:
2019-12-06 17:39:16
阅读次数:
121
%matplotlib inline比较奇怪,而且无论你是用哪个python的IDE如spyder或者pycharm,这个地方都会报错,显示是invalid syntax(无效语法)。 那为什么代码里面还是会有这一句呢? %matplotlib作用 是在使用jupyter notebook 或者 j ...
分类:
其他好文 时间:
2019-12-05 22:11:39
阅读次数:
132
参考: https://blog.csdn.net/lyxuefeng/article/details/79469189 步骤 打开 cmd 输入命令 jupyter notebook generate config 可以看到生成文件的路径,这个就是生成的配置文件jupyter_notebook_c ...
分类:
其他好文 时间:
2019-12-05 13:29:44
阅读次数:
141
jupyter notebook 是基于ipthony 要是用jupyter notebook首先需要安装ipyhon ipython首先安装方法: pip3 install ipython jupyter notebook 的安装有两种方式: 1:命令行安装 pip3 install jupyte ...
分类:
其他好文 时间:
2019-12-04 22:14:36
阅读次数:
189
搭建基于 Anaconda 管理的多用户 JupyterHub 平台 情况:计算工作站放在实验室,多个同学需要接入使用,且需要各自独立的环境,并使用 Jupyter notebook 平台以方便协作。 步骤 1. 安装 Anaconda 由于是多人环境,应调用 root 权限在安装过程中指定安装到 ...
分类:
其他好文 时间:
2019-12-03 16:46:22
阅读次数:
143
本文旨在配置访问公网主机上的jupyter notebook:
文章结构:
一.安装python
二.安装并配置jupyter并配置jupyter
三.第一个python程序 ...
分类:
其他好文 时间:
2019-12-02 23:39:02
阅读次数:
182
学习方法:?shift+enter 例如: token问题 去D盘输入jupter,就显示该盘文件 1列表转换数组: 打印结果 数组相乘(向量操作) 2 ndarray二维数组 ndarray二维数组:列表套两个或多个列表 out: 3. ndarray的属性 res.T——数组的转置(对高维数组而 ...
分类:
其他好文 时间:
2019-12-02 16:46:06
阅读次数:
156
在右键菜单中添加用Jupyter Notebook打开 为了把 Jupyter 的工作目录指定到某一个文件夹下,每次都要启动 CMD 终端, 然后激活 Anaconda 环境,再启动 Jupyter Notebook ,麻烦至极。 所以做了下面这个脚本,把启动 Jupyter 添加到右键菜单中,这样 ...
分类:
其他好文 时间:
2019-12-01 20:44:59
阅读次数:
281
一、报错: 原因: 由于在jupyter notebook中,args不为空。 二、问题解决 改成args = parser.parse_args(args=[]) ...
分类:
其他好文 时间:
2019-11-30 18:52:16
阅读次数:
260
cmd进入安装miniconda/Scripts:执行以下命令 jupyter notebook 实现自动代码补全,首先安装 nbextensions pip3 install jupyter_contrib_nbextensions jupyter contrib nbextension inst ...
分类:
其他好文 时间:
2019-11-30 11:39:48
阅读次数:
74