【发布时间】:2019-10-23 08:03:13
【问题描述】:
Traceback (most recent call last):
File "D:\Anaconda3\envs\sklearn_tut.yml\Scripts\jupyter-script.py", line 10, in <module>
sys.exit(main())
File "D:\Anaconda3\envs\sklearn_tut.yml\lib\site-packages\jupyter_core\command.py", line 247, in main
command = _jupyter_abspath(subcommand)
File "D:\Anaconda3\envs\sklearn_tut.yml\lib\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.
我运行了python -m ipykernel install --user --name=xxx 并尝试了jupyter-lab 和jupyter lab,都失败了。
但后来我用conda create -n python36 python=3.6 安装了jupyter notebook,它运行得很好。我不明白出了什么问题。
【问题讨论】:
-
你也安装了jupyterlab吗? jupyterlab.readthedocs.io/en/stable/getting_started/…
-
我发布了this 为我解决问题的答案
标签: python python-3.x conda jupyter-lab