服务器环境: Linux centos8.0
本机:MacOS
python版本:python3.8
Miniconda版本:Miniconda3 Linux 64-bit
- Linux新环境的话升级yum:sudo yum update
- 一些编译器安装一下:sudo yum install build-essential
- 安装python:sodu yum python38
- 安装miniconda:
- 网上搜索miniconda,然后找到linux 3.8版本,复制链接,wget https://repo.anaconda.com/miniconda/Miniconda3-py38_4.10.3-Linux-x86_64.sh
(https://docs.conda.io/en/latest/miniconda.html , 2021-12-11) - 启动 bash Miniconda3-py38_4.10.3-Linux-x86_64.sh
- 接受协议等并初始化 - 一直写y即可
- 运行miniconda:
- bash, 进入conda环境
- 安装相关的package
pip install jupyter
可以使用阿里镜像下载
pip install -i https://mirrors.aliyun.com/pypi/simple/ jupyter
jupyter: 记事本
- 本机打开jupyter notebook
- 映射port:
ssh -L8888:localhost:8888 root@101.34.75.108 - 然后再在Linux机中启动 notebook jupyter notebook
- 可以直接通过启动的localhost网址,在本地打开jupyter notebook
路遥知马力,
更应砥砺前行
mingxin
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)