1

我正在使用 VS studio,每次我想将我的 jupiter notebook 转换为 python 脚本时,它都会给我带来这个错误:

   return _run_module_code(code, init_globals, run_name, mod_spec)
 File "C:\Program Files\Python38\lib\runpy.py", line 97, in _run_module_code
   _run_code(code, mod_globals, init_globals,
 File "C:\Program Files\Python38\lib\runpy.py", line 87, in _run_code
   exec(code, run_globals)
 File "C:\Users\'myname'\AppData\Roaming\Python\Python38\site-packages\jupyter.py", line 4, in <module>
   main()
 File "C:\Users\'myname'\AppData\Roaming\Python\Python38\site-packages\jupyter_core\command.py", line 247, in main
   command = _jupyter_abspath(subcommand)
 File "C:\Users\'myname'\AppData\Roaming\Python\Python38\site-packages\jupyter_core\command.py", line 133, in _jupyter_abspath
   raise Exception(
Exception: Jupyter command `jupyter-nbconvert` not found```

I wish somebody knows the solution I have look it up many times 

Thanks
4

0 回答 0