Fix jupyter can not start at Win

2023-02-13  本文已影响0人  山猪打不过家猪

1. Find the Python environment path

import sys
print(sys.path)

2. Find the location of the site-packages directory

image.png

3. Add environment variables to the path

4. use jupyter at console

jupyter nodebook

5. install jupyter lab

pip install -U jupyter lab

6. use jupyter lab

jupyter lab
上一篇 下一篇

猜你喜欢

热点阅读