jupyter切换虚拟环境 Posted on 2020-04-09 | Post modified: 2020-04-09 | In BugLog Words count in article: 83 | Reading time ≈ 1 今天想安装一个tensorflow,于是新开了一个虚拟环境,但是发现jupyter notebook中并没有这个虚拟环境。下面为解决方法: 切换至这个新开的虚拟环境 1activate tfpy3 安装ipykernel 1conda install ipykernel 最后执行这个语句,重新打开jupyter即可 1python -m ipykernel install --name tfpy3 ------ 本文结束 ------