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.
I've run python -m ipykernel install --user --name=xxx
and tried jupyter-lab
and jupyter lab
, both failed.
But later I installed jupyter notebook
with conda create -n python36 python=3.6
and it ran just fine. I can't understand what went wrong.