<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Databricks App suddenly unable to load valid Jupyter notebook in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/databricks-app-suddenly-unable-to-load-valid-jupyter-notebook/m-p/168236#M5591</link>
    <description>&lt;P class=""&gt;&lt;SPAN&gt;Hello Databricks Support,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am experiencing an issue with a Databricks App that was previously working correctly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The App has recently started failing when trying to load one of the Jupyter notebooks in its source directory&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Failed 11 minutes ago: Error downloading source code. Error: error updating files: failed to download notebook

: The Jupyter file may not be a valid notebook or may be an unsupported version.&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;The important point is that the notebook can still be accessed/downloaded successfully from the Databricks Workspace folder, and I can open the downloaded .ipynb file normally. The notebook itself was also working perfectly through the Databricks App before this issue started.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could you please investigate why the App's source-code synchronization/download process is now rejecting this notebook?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Kiia&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Sep 2026 14:22:00 GMT</pubDate>
    <dc:creator>jjjjjahs</dc:creator>
    <dc:date>2026-09-10T14:22:00Z</dc:date>
    <item>
      <title>Databricks App suddenly unable to load valid Jupyter notebook</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-app-suddenly-unable-to-load-valid-jupyter-notebook/m-p/168236#M5591</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;Hello Databricks Support,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am experiencing an issue with a Databricks App that was previously working correctly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The App has recently started failing when trying to load one of the Jupyter notebooks in its source directory&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Failed 11 minutes ago: Error downloading source code. Error: error updating files: failed to download notebook

: The Jupyter file may not be a valid notebook or may be an unsupported version.&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;The important point is that the notebook can still be accessed/downloaded successfully from the Databricks Workspace folder, and I can open the downloaded .ipynb file normally. The notebook itself was also working perfectly through the Databricks App before this issue started.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could you please investigate why the App's source-code synchronization/download process is now rejecting this notebook?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Kiia&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 14:22:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-app-suddenly-unable-to-load-valid-jupyter-notebook/m-p/168236#M5591</guid>
      <dc:creator>jjjjjahs</dc:creator>
      <dc:date>2026-09-10T14:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks App suddenly unable to load valid Jupyter notebook</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-app-suddenly-unable-to-load-valid-jupyter-notebook/m-p/168263#M5595</link>
      <description>&lt;P&gt;That specific error — "error downloading source code... may not be a valid notebook or may be an unsupported version" — comes from the Apps source-sync step's nbformat validation, which is stricter than the normal Workspace notebook viewer/downloader. A few things commonly trigger it even though the notebook opens fine elsewhere:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- nbformat/nbformat_minor mismatch — if the notebook was last touched by an external tool (VS Code, JupyterLab, an export pipeline) it may have bumped nbformat_minor to a version the Apps sync parser doesn't recognize, even though the classic notebook viewer is more lenient.&lt;/P&gt;&lt;P&gt;- Non-standard cell metadata or outputs — large/binary outputs (embedded images, widgets) or custom metadata keys can trip a stricter JSON schema check.&lt;/P&gt;&lt;P&gt;- Encoding — a BOM or non-UTF-8 byte in the file (especially if it was ever edited outside Databricks) can cause this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quickest way to isolate it: download the .ipynb, run "jupyter nbconvert --to notebook --clear-output &amp;lt;file&amp;gt;.ipynb -o cleaned.ipynb" (normalizes nbformat and strips outputs/metadata), re-upload the cleaned version, and point the App at that. If that fixes it, the culprit was stale metadata rather than content. If it still fails on a freshly-normalized file, that's worth a support ticket — it'd point to a regression in the App's sync step rather than the notebook itself.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 16:55:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-app-suddenly-unable-to-load-valid-jupyter-notebook/m-p/168263#M5595</guid>
      <dc:creator>SumeshKashyap</dc:creator>
      <dc:date>2026-09-10T16:55:36Z</dc:date>
    </item>
  </channel>
</rss>

