欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  科技

jupyter notebook

程序员文章站 2022-11-05 12:16:25
一、安装Aconda3 服务器安装anaconda和主机上直接安装anaconda没有多大区别 Linux安装Anaconda下载安装脚本:https://repo.continuum.io/archive/,选择要安装的Python版本和系统架构:# Python 3.5$ wget https: ......

一、安装aconda3

服务器安装anaconda和主机上直接安装anaconda没有多大区别

linux安装anaconda
下载安装脚本:,选择要安装的python版本和系统架构:
# python 3.5
$ wget https://repo.continuum.io/archive/anaconda3-4.2.0-linux-x86_64.sh # 64位系统
$ wget https://repo.continuum.io/archive/anaconda3-4.2.0-linux-x86.sh # 32位系统
# python 2.7
$ wget https://repo.continuum.io/archive/anaconda2-4.2.0-linux-x86_64.sh # 64位系统
$ wget https://repo.continuum.io/archive/anaconda2-4.2.0-linux-x86.sh # 32位系统
运行安装向导:
$ bash anaconda3-4.2.0-linux-x86_64.sh

二、配置jupyter

conda install jupyter notebook

未建立默认 jupyter 配置文件的情况下,可以自动生成:

jupyter notebook --generate-config

配置jupyter_notebook_config.py文件