美文网首页
创立新的环境并加载到jupyter kernel

创立新的环境并加载到jupyter kernel

作者: 6fb31cb0dcc6 | 来源:发表于2022-07-09 16:06 被阅读0次

    命令如下:

    、、、

    conda create -n py37 python=3.7

    conda activate py37

    conda install -n py37 ipykernel

    python -m ipykernel install --user --name py37

    、、、

    相关文章

      网友评论

          本文标题:创立新的环境并加载到jupyter kernel

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