text 虚拟环境miniconda和Jupyter笔记本安装

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 虚拟环境miniconda和Jupyter笔记本安装相关的知识,希望对你有一定的参考价值。

installation procedure of miniconda:
  https://conda.io/projects/conda/en/latest/user-guide/install/linux.html

installation of Jupter Notebook in ubuntu
  https://www.rosehosting.com/blog/how-to-install-jupyter-on-an-ubuntu-16-04-vps/

// installation of Jupter Notebook in mac 
    If you have Python 3 installed (which is recommended):
    python3 -m pip install --upgrade pip
    python3 -m pip install jupyter
    
    If you have Python 2 installed:
    python -m pip install --upgrade pip
    python -m pip install jupyter

以上是关于text 虚拟环境miniconda和Jupyter笔记本安装的主要内容,如果未能解决你的问题,请参考以下文章

如何在vsc上选择远程miniconda特定的虚拟环境中的Python解释器(4步)

linux多虚拟环境安装jupyter notebook

如何用anaconda管理python虚拟环境

虚拟python开发环境

Raspberry Pi 3B 安装Miniconda

jupyter多个虚拟环境间切换