jupyter notebook安装和使用(详情教程)

使用的是Python3.7版本

1.安装
执行命令:

pip3 install jupyter

安装后路径- > python安装目录 ->Scripts
jupyter notebook安装和使用(详情教程)_第1张图片

2.启动:

jupyter notebook

jupyter notebook安装和使用(详情教程)_第2张图片
jupyter notebook安装和使用(详情教程)_第3张图片

你可能感兴趣的:(Python,开发工具)