解决办法:
您正在使用jupyter扩展,但您没有在python解释器中安装jupyter。只需'pip install jupyter',导出就可以了。如果你使用venv或其他虚拟环境,你应该在那里安装jupyter。