Conda环境安装jupyter

安装nb_conda

conda install nb_conda

安装ipykernel

pip3 install ipykernel

注册环境

python -m ipykernel install --user --name=test

test 是创建的虚拟环境名词,这个命令将在jupyter中注册一个新内核,使得jupyter能够使用你的虚拟环境。

删除环境

jupyter kernelspec remove test

启动jupyter

jupyter notebook
posted @ 2023-11-18 11:19  烨熠  阅读(61)  评论(0编辑  收藏  举报