通过

配置

代码提示插件安装:
env为自己创建的环境名,如:py37
conda activate env

pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
pip install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user
image.png
image.png
然后 双击tab后便可出现提示

conda install ipykernel

python -m ipykernel install --user --name py37 --display-name "Python (py37)"
image.png

启动: jupyter notebook

image.png