Jupyter From Cmd Line in Windows

前端 未结 8 966
刺人心
刺人心 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 19:09

    Go to Anaconda Command Prompt and type jupyter notebook and wait for 30 seconds. You can see that your local host site will automatically open.

    0 讨论(0)
  • 2021-01-07 19:14

    To add Jupyter as the windows CLI Command.

    You need to add the "C:\Users\user\AppData\Roaming\Python\Python38\Scripts" into your environment path. This was to solve for me.

    0 讨论(0)
提交回复
热议问题