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 try to save the notebook I get an error message telling me that the notebook validation failed because it’s not valid under any of the given schemas (example taken straight from the plot.ly webiste).
This thread is 3 years old but I am getting this “Notebook Validation failed:” error now in 2020, with the latest nbformat (5.0.4). Upgrading didn’t help.
Thanks for the info. Unfortunately, my problem seems to be related to metadata set behind the scenes by Kaggle since I have no trouble running my notebooks with Jupyter.
This may be helpful to you, so you can edit with Jupyter notebooks again. Check the metadata of your notebook (open it with any text editor) and make sure nbformat_minor is set to 4. I saw the suggestion in this post (https://gitmemory.com/issue/jupyter/nbformat/161/574959380) and it seemed to work for the op.