【问题标题】:Getting NotImplementedError with Jupyter Notebook and Python3.8 [duplicate]使用 Jupyter Notebook 和 Python3.8 获取 NotImplementedError [重复] 【发布时间】:2019-12-13 06:38:02 【问题描述】: 我已经通过命令提示符安装了 Jupyter Notebook,使用 pip install jupyter 当我在我的计算机上运行它时,它不运行。这是错误: 【问题讨论】: 这能回答你的问题吗? Jupyter Notebook with Python 3.8 - NotImplementedError 标签: python windows jupyter-notebook python-3.8 【解决方案1】: 它与 Python 3.8 相关。 要么降级版本,要么关注 Github 中的这些相关线程: https://github.com/jupyter/notebook/issues/4526 https://github.com/jupyterlab/jupyterlab/issues/6487 【讨论】: