jupyter代码补全

2021-02-02  本文已影响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

上一篇下一篇

猜你喜欢

热点阅读