【发布时间】:2019-11-07 14:11:02
【问题描述】:
我曾经能够从命令行启动 jupyter lab。因为我已经更新到 Mac OS Catalina,所以我不能再这样做了。我已经尝试将文件移动到用户文件夹以及重新安装 anaconda。
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.7/bin/jupyter", line 10, in <module>
sys.exit(main())
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/jupyter_core/command.py", line 247, in main
command = _jupyter_abspath(subcommand)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/jupyter_core/command.py", line 134, in _jupyter_abspath
'Jupyter command `{}` not found.'.format(jupyter_subcommand)
Exception: Jupyter command `jupyter-lab` not found.
【问题讨论】:
-
“jupyter lab”不是正确的命令吗?
-
我使用了那个并得到了那个特定的错误
标签: python macos anaconda jupyter macos-catalina