Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 730 Bytes

File metadata and controls

53 lines (30 loc) · 730 Bytes

// 打印 jupyter notebook

jupyter nbconvert hw.ipynb --to pdf

// 打开notebook指令:

python3 -m IPython notebook

添加 channel (清华镜像):

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
conda config --set show_channel_urls yes

去除 channel:

conda config --remove channels https://mirrors.tuna.tsinghua.edu.cn/tensorflow/linux/cpu/

查看当前 channels:

conda config --show channels

换回默认源:

conda config --remove-key channels

// conda 打开环境

 conda activate eecs545