下载jupyter的方法:(推荐:)
打开命令提示符,输入python,保证python能够正常运行:
然后执行jupyter的安装命令:
pip install jupyter
pip会自动下载jupyter对应的依赖,然后安装完成。
更多python知识请关注。