首先,安装一个稳定的pip版本:
python -m pip install pip==20.0.1 -i https://pypi.tuna.tsinghua.edu.cn/simple/
其次,再安装jupyter notebook
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple jupyter
再次,在vscode安装jupyter
最后:新建一个ipynb文件即可使用
快捷键两个必记:
shift+enter表示增加一个cell
ctrl+enter表示运行cell