python包jupyter

本地python调试工具 jupyter 安装使用

1、 本地使用 win10 安装使用
安装:pip install jupyter
运行: jupyter notebook

2、运行报错问题

D:\soft\cmder
λ jupyter
'jupyter' is not recognized as an internal or external command,
operable program or batch file.

因为默认安装不在当前python目录中
我本地位置为:C:\Users\10484\AppData\Roaming\Python\Python37\Scripts\jupyter.exe
去此位置 复制jupyter相关文件到python scripts目录 D:\python\Scripts

python包jupyter_第1张图片

3、执行 jupyter notebook
python包jupyter_第2张图片
自动打开浏览器到调试页面
python包jupyter_第3张图片
新建运行 即可本地调试:
python包jupyter_第4张图片

你可能感兴趣的:(python)