云服务器搭建jupyter notebook

 原文链接:http://www.datazzh.top/archives/576/2024/02/02/

利用阿里云服务器搭建jupyter notebook,完成简单的机器学习和数据分析

个人需求操作

conda activate kr# 进入kr虚拟环境
nohup jupyter notebook --allow-root & #启动Jupyter服务
lsof -i:9999 #查询进程pid
kill -9 pid #结束进程

正文内容

下载Linux版本的anaconda

在根目录下mkdir目录anaconda3并通过宝塔上传文件至该目录。在终端中安装anaconda

镜像下载anaconda :Index of /anaconda/archive/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror

cd /anaconda3
bash Anaconda3-2023.09-0-Linux-x86_64.sh #根据个人下载的版本选择
posted @ 2025-02-10 14:52  MintHana  阅读(0)  评论(0)    收藏  举报  来源