在Acanda中启动jupyter notebook 怎么实现代码自动补齐?

1.在Acanda中新建一个虚拟环境

虚拟环境命名随意,python版本选择自己电脑中的版本即可。
在Acanda中启动jupyter notebook 怎么实现代码自动补齐?_第1张图片

2.进入新建的虚拟环境

(PS:如果不知道如何进入,还可以通过:
conda activate practive ,进入。)
在这里插入图片描述

3.安装jupyter notebook

conda install notebook -y

4.安装jupyter_contrib_nbextensions

conda install -c conda-forge jupyter_contrib_nbextensions -y

5.安装jupyter_nbextensions_configurator

conda install -c conda-forge jupyter_nbextensions_configurator -y

6.打开jupyter notebook进入即可。

在Acanda中启动jupyter notebook 怎么实现代码自动补齐?_第2张图片

你可能感兴趣的:(jupyter,python,ide)