Cannot export python notebook to ipython notebook or html with 404 errors

Ying LI 1 Reputation point
2022-08-18T17:04:54.207+00:00

Hello,

I edited a python notebook in databricks and I'd like to export it as ipython notebook or html file. However, I got the following error:

HTTP ERROR: 404
Problem accessing /serialize/ipython/3004454368542301. Reason:

Could not serialize source for 3004454368542301  

Besides, I cannot clone this notebook, either, with a very long error message that I didn't understood...

Could any one please help me here?
Thanks in advance!

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,080 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ying LI 1 Reputation point
    2022-08-23T09:03:57.603+00:00

    Hello @MartinJaffer-MSFT ,
    Thank you for your reply!
    I can open the notebook correctly: running commands, modifying code, viewing outputs etc. The problem occurs only when I wanted to export the notebook to ipython notebook or html.
    Meanwhile I've checked with my colleagues and it seems that this http 404 export error is due to the fact of large size of notebook - when it exceeds 8MB, the export fails. For example when I cleared all output results, the export functionality works well.