Can‘t launch Jupyter Notebook ModuleNotFoundError: No module named ‘resource‘解决办法

Open this file: D:\conda3\Lib\site-packages\IPython\utils\timing.py

  1. change import time to import timeit
  2. change time.clock to timeit.default_timer

你可能感兴趣的:(juypter,anaconda)