Jupyter notebook will not open from command prompt

北慕城南 提交于 2019-12-04 11:57:23

This error is because you didn't set environment after installing Anaconda. Go through following steps to solve this issue

  1. Search in start "Edit the system environment variable" and open it.
  2. Click environment variables button
  3. Go to there and add 2 directory path where you installed Anaconda

      i.e. 1. C:\ProgramData\Anaconda3 
           2. C:\ProgramData\Anaconda3\Scripts 
    

Hope this will solve your error :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!