美文网首页Python笔记
windows下Linux子系统安装conda和jupyterl

windows下Linux子系统安装conda和jupyterl

作者: LeoinUSA | 来源:发表于2018-11-25 10:36 被阅读13次

1.安装conda

升级系统

sudo apt-get update -y && sudo apt-get upgrade -y

下载anaconda

wget https://repo.anaconda.com/archive/Anaconda3-5.0.1-Linux-x86_64.sh

安装anaconda

bash Anaconda3-5.0.1-Linux-x86_64.sh

按照安装教程进行下去

激活安装

source ~/.bashrc

查看安装

conda list

2.安装jupyterlab

conda install -c conda-forge jupyterlab

3.使用Jupyterlab

jupyter lab

相关文章

网友评论

    本文标题:windows下Linux子系统安装conda和jupyterl

    本文链接:https://www.haomeiwen.com/subject/ietpqqtx.html