plotly plots in jupyter notebooks: Validation fails when saving

前端 未结 3 2263
被撕碎了的回忆
被撕碎了的回忆 2021-02-19 21:06

I\'am new to plotly and I\'am having a problem with my plots when generating them inside jupyter notebooks.

Whenever I generate a plot, evrything works fine, but when I

3条回答
  •  青春惊慌失措
    2021-02-19 21:23

    The ploty team fixed the issue, here is the ticket

    Upgrading nbformat, with either

    pip install --upgrade nbformat
    

    or

    conda update nbformat
    

    fixes it.

提交回复
热议问题