一、AttributeError: module ‘dateutil.tz’ has no attribute ‘UTC’
内核一直启动不成功,甚至报错“无法建立到笔记本服务器的连接。 我们会继续尝试重连…”
或者控制台报错:“ImportError: cannot import name 'relativedelta”
或者控制台报错:“AttributeError: module ‘dateutil.tz’ has no attribute ‘UTC’”
是因为版本冲突引起的,控制台输入以下命令,亲测有效
pip uninstall python-dateutil
pip install python-dateutil
二、Config option `template_path` not recognized by `ExporterCollapsibleHeadings
控制台出现以上警告信息,原因是nbconvert6.0.0版本以上的某些参数的名称发生了更改,与原先版本不兼容,需要将版本降低到5.6.1
pip install nbconvert==5.6.1
三、404 GET /api/kernels/d542ba22-0520-4a99-96c2-ddfb84b20320/channels?session_i
解决方案:
pip install --upgrade ipykernel