
jupyter
耐小裳
懒癌晚期已弃疗
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CentOS 7 安装Jupyter记录
一、安装python,我这里安装的3.6.5 1、安装依赖环境 yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel 2、下载Python3 wget https://www.python.org/ftp/python/3.6.5/Python-3.6.5.t原创 2021-01-22 11:08:31 · 165 阅读 · 0 评论 -
Anaconda中jupyter notebook 配置文件(密码设置)
安装完anaconda,在jupyter notebook中创建的文件的默认保存位置为C:\Users\Administrator\.jupyter 生成jupyter_notebook_config.py配置文件,如果是通过安装anaconda而使用的jupyter是没有这个文件的: 1、打开anaconda prompt 2、输入jupyter notebook --generate...原创 2020-03-18 14:00:21 · 3537 阅读 · 0 评论