Error loading Jupyter Notebook Extensions

前端 未结 7 1976
南旧
南旧 2021-02-07 09:54

I am using a Macbook with OS Sierra, and running Python 3.6.1 and Jupyter Notebook Server 5.0.0 I installed Jupyter Notebook extensions, following the instructions as mentioned

7条回答
  •  野性不改
    2021-02-07 10:33

    I had the same problem, but I notice in the README of jupyterlab this:

    Prerequisites

    Jupyter notebook version 4.3 or later. To check the notebook version:

    jupyter notebook --version

    So, try to check your version with that command, if returns a version lower than 4.3, try update it:

    conda update notebook

    That is how I solved the problem.

提交回复
热议问题