一、安装Anaconda 下载Anaconda安装包前往Anaconda官网下载适用于Linux的安装包。你可以使用以下命令下载: bash wget https://repo.anaconda.com/archive/Anaconda3-2023.07-Linux-x86_64.sh ```[^2^] 安装Anaconda下载完成后,运行以下命令开始安装: bash bash Anaconda3-2023.07-Linux-x86_64.sh 安装过程中会出现...
conda info --envs 切换到my_env虚拟环境中 conda activate my_env 三、Jupyter notebook配置 3.1 配置jupyter 在my_env虚拟环境下进行 jupyter的下载配置 pip install jupyter 安装后先生成配置文件 jupyter notebook --generate-config 使用cat查看配置文件 使用ipython3命令配置远程登录密码(注意在root用户下才能使...