1.以管理员身份打开cmd

2.全局设置清华源

3.在pycharm中使用pip install jupyter安装

4.打开jupyter

cd /d F:\jupyter

jupyter notebook

5.pip install ipykernel

6.python -m ipykernel install --name python37

7.如图所示出现自己创建的python37进行点击