给多个python环境装juypter notebook

文章目录

  • 1.通过conda新增多个python环境
  • 2.给新环境安装jupyter notebook
  • 附录
    • jupyter notebook闪退及报错相关问题
    • Python3与Python2环境共存Anaconda
    • python pip install 操作及问题汇总

1.通过conda新增多个python环境

如何通过conda新增多个python环境请参考:Python3与Python2环境共存Anaconda
给这台机器新加了python38的环境后,但是没有jupyter notebook。

2.给新环境安装jupyter notebook

activate python38 切换到对应的python环境中,通过conda或者pip安装

conda install jupyter notebook

或者

pip install jupyter

给多个python环境装juypter notebook_第1张图片

给多个python环境装juypter notebook_第2张图片之后输入jupyter notebook启动。
给多个python环境装juypter notebook_第3张图片

附录

jupyter notebook闪退及报错相关问题

jupyter notebook闪退及报错相关问题

Python3与Python2环境共存Anaconda

Python3与Python2环境共存Anaconda

python pip install 操作及问题汇总

python pip install 操作及问题汇总

参考:https://www.jianshu.com/p/91365f343585/

你可能感兴趣的:(安装与配置,python,anaconda,pip)