conda创建虚拟环境,启动jupyter
conda create -n your_env_name python=3.9conda activate your_env_nameconda install -c anaconda notebookjupyter notebook
conda create -n your_env_name python=3.9 conda activate your_env_name conda install -c anaconda notebook jupyter notebook