1、找到script文件夹:D:\Python36\Scripts  

输入cmd

2、执行cmd命令:pip install jupyter notebook

3、验证是否安装成功cmd命令:jupyter notebook,成功后会自动打开浏览器

4、运行报错:ModuleNotFoundError:No module named 'multiprocessing'

解决办法:根据错误提示找到对应的文件路径(D:\Python36\Lib\concurrent\futures\process.py),注释包的引用

#import multiprocessing
#from multiprocessing import SimpleQueue
#from multiprocessing.connection import wait

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
  • 2021-10-14
  • 2021-06-21
  • 2021-11-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-12
  • 2021-12-01
  • 2021-05-03
  • 2021-09-09
相关资源
相似解决方案