Unreadable Notebook: Unsupported JSON nbformat version 4 (supported version: 3)

前端 未结 2 1858
滥情空心
滥情空心 2021-02-07 02:06

I\'ve just installed IPython 3.0 using pip on my laptop, which is running Ubuntu 14.04:

$ pip search ipython
ipython-clust         


        
2条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-07 02:36

    An older version of IPython was installed previously using apt-get. Remove the older version using apt-get remove ipython.

提交回复
热议问题