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

前端 未结 2 1857
滥情空心
滥情空心 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.

    0 讨论(0)
  • 2021-02-07 02:44

    jupyter nbconvert --to notebook --nbformat=3 <file.ipynb> worked for me. My local anaconda2 support version 4 but docker's ipython cannot.

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