美文网首页
jupyter代码补全

jupyter代码补全

作者: 力耶 | 来源:发表于2021-02-02 11:27 被阅读0次

    安装conda,地址:https://docs.conda.io/en/latest/miniconda.html#windows-installers
    添加环境变量

    image.png
    F:\Anaconda
    F:\Anaconda\Scripts
    F:\Anaconda\Library\bin

    pip install --pre jupyterlab==2.2.0a1
    conda install nodejs
    pip install jupyter-kite
    jupyter labextension install @kiteco/jupyterlab-kite
    pip install jupyter_contrib_nbextensions
    jupyter contrib nbextension install --user --skip-running-check

    相关文章

      网友评论

          本文标题:jupyter代码补全

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