美文网首页
Fix jupyter can not start at Win

Fix jupyter can not start at Win

作者: 山猪打不过家猪 | 来源:发表于2023-02-13 06:09 被阅读0次

1. Find the Python environment path

import sys
print(sys.path)

2. Find the location of the site-packages directory

image.png
  • normally the site-package is in parent folder

3. Add environment variables to the path

  • my packages are installed at parent folder


    image.png

4. use jupyter at console

jupyter nodebook

5. install jupyter lab

pip install -U jupyter lab

6. use jupyter lab

jupyter lab

相关文章

网友评论

      本文标题:Fix jupyter can not start at Win

      本文链接:https://www.haomeiwen.com/subject/cbjjkdtx.html