jupyter notebook 切换 kernel
2019-05-24 本文已影响0人
玖月初识
pip install ipykernel
pip install jupyter
python -m ipykernel install --user --name tensorflow(你的环境名)--display-name "tensorflow"(你 kernel 的名字,可以在 jupyter 中看到,可以和环境名不一样)
pip install ipykernel
pip install jupyter
python -m ipykernel install --user --name tensorflow(你的环境名)--display-name "tensorflow"(你 kernel 的名字,可以在 jupyter 中看到,可以和环境名不一样)