Jupyter From Cmd Line in Windows

前端 未结 8 1046
刺人心
刺人心 2021-01-07 18:08

I cannot get jupyter running from my Command line using:

jupyter notebook

jupyter is not recognised as an internal or external co

8条回答
  •  青春惊慌失措
    2021-01-07 18:48

    This is an old question, but try using python -m notebook This was the only way I was able to get jupyter to start after installing it on the windows 10 command line using pip. I didn't try touching the path.

提交回复
热议问题