我正在安装jupyterhub。我使用以下方法成功安装了 jupyterhub:
python3 -m pip install jupyterhub
npm install -g configurable-http-proxy
但是,当我jupyterhub -h
在 Windows 命令提示符下运行时,它会给出:
"jupyterhub" is not recognized as an internal or external command, operable
program or batch file.
我添加C:\Users\User\AppData\Local\Continuum\Anaconda3\Lib\site-packages\jupyterhub\
到我的用户环境变量中,但仍然收到消息。我应该使用什么路径?