Can't use Jupyter Notebook: jsonschema apparently missing

前端 未结 7 1155
独厮守ぢ
独厮守ぢ 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:36

    Try this from the terminal:

    pip install ipython[notebook]
    

    It worked for me, let me know if the problem still exists.

    0 讨论(0)
提交回复
热议问题