Can't use Jupyter Notebook: jsonschema apparently missing

前端 未结 7 1332
独厮守ぢ
独厮守ぢ 2020-12-06 12:06

When using a an Anaconda environment, I can\'t start Jupyter to work in a notebook. I can do so without the environment, but I need to be able to use the environment. Here

7条回答
  •  孤城傲影
    2020-12-06 12:25

    I had the same problem.

    I solved it by running this command

    conda install -c anaconda jsonschema
    

    https://anaconda.org/anaconda/jsonschema

提交回复
热议问题