© 1999-2048 dssz.net 粤ICP备11031372号
[其它] Jupyter 激活 conda虚拟环境
说明:解决的问题描述 使用jupyter notebook 练习的时候, 常需要在某一特定环境中运行jupyter, 比如想在配置好keras的环境下运行jupyter. 需要将特定环境链接到jupyter模块中, 做法如下: 1、conda activate your_env 2、(your_env)$ pip install ipykernel 3、(your_env)$ python -m ipykernel install –user –name your_env –display-name<weixin_38638647> 上传 | 大小:24kb