<?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 Re: The best way to write and debug python notebooks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/the-best-way-to-write-and-debug-python-notebooks/m-p/146017#M52599</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/192995"&gt;@maikel&lt;/a&gt;&amp;nbsp;for us databricks extension on vs code to deploy workflow using asset bundles works like a charm. if plugin is not helping out then i suggest you to install databricks CLI separately or point to the one installed together with databricks extension under your environemt variables.&lt;/P&gt;&lt;P&gt;then use cli to deploy your workflows e.g.&amp;nbsp;&lt;/P&gt;&lt;P&gt;databricks bundle deploy --target test-job&lt;BR /&gt;&lt;BR /&gt;Br&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jan 2026 10:46:44 GMT</pubDate>
    <dc:creator>saurabh18cs</dc:creator>
    <dc:date>2026-01-30T10:46:44Z</dc:date>
    <item>
      <title>The best way to write and debug python notebooks</title>
      <link>https://community.databricks.com/t5/data-engineering/the-best-way-to-write-and-debug-python-notebooks/m-p/145798#M52581</link>
      <description>&lt;P&gt;Hello Community,&lt;BR /&gt;&lt;BR /&gt;do you have a suggestion, what is the best way to develop python notebooks in databricks?&amp;nbsp;&lt;BR /&gt;I know that it can be done directly in databricks UI but for more complex projects where I would like to split notebook and import functions from different files it is becoming much more harder to debug.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The best would be to have a possibility to write notebooks from IDE (I use PyCharm) and have connection with databricks to run it. Is there any convenient way other than plugin databricks from Jetbrains which is rather slow?&lt;BR /&gt;I also work with asset bundles.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot in advance for the response!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 17:32:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/the-best-way-to-write-and-debug-python-notebooks/m-p/145798#M52581</guid>
      <dc:creator>maikel</dc:creator>
      <dc:date>2026-01-29T17:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: The best way to write and debug python notebooks</title>
      <link>https://community.databricks.com/t5/data-engineering/the-best-way-to-write-and-debug-python-notebooks/m-p/145829#M52585</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/192995"&gt;@maikel&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The PyCharm plugin is generally recommended if you're using PyCharm for local development. I'm curious about the slowness you are reporting, things run slower from the IDE than if you were to run them in Databricks directly? If you're open to trying a different IDE, we generally recommend the &lt;A href="https://docs.databricks.com/aws/en/dev-tools/vscode-ext/" target="_blank"&gt;Databricks Extension for VS Code&lt;/A&gt; for the best local development experience.&lt;/P&gt;
&lt;P&gt;There's a table here with recommendations on your dev setup depending on what you are looking for:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/dev-tools#which-developer-tool-should-i-use" target="_blank"&gt;https://docs.databricks.com/aws/en/dev-tools#which-developer-tool-should-i-use&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 19:22:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/the-best-way-to-write-and-debug-python-notebooks/m-p/145829#M52585</guid>
      <dc:creator>stbjelcevic</dc:creator>
      <dc:date>2026-01-29T19:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: The best way to write and debug python notebooks</title>
      <link>https://community.databricks.com/t5/data-engineering/the-best-way-to-write-and-debug-python-notebooks/m-p/145864#M52587</link>
      <description>&lt;P&gt;Databricks connect V2 lets you simplify local devleopment and testing .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Couple of links for more information -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.databricks.com/blog/2023/04/18/use-databricks-anywhere-databricks-connect-v2.html" target="_blank"&gt;https://www.databricks.com/blog/2023/04/18/use-databricks-anywhere-databricks-connect-v2.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=o4qMWHgT1zM" target="_blank"&gt;https://www.youtube.com/watch?v=o4qMWHgT1zM&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 22:54:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/the-best-way-to-write-and-debug-python-notebooks/m-p/145864#M52587</guid>
      <dc:creator>pradeep_singh</dc:creator>
      <dc:date>2026-01-29T22:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: The best way to write and debug python notebooks</title>
      <link>https://community.databricks.com/t5/data-engineering/the-best-way-to-write-and-debug-python-notebooks/m-p/146017#M52599</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/192995"&gt;@maikel&lt;/a&gt;&amp;nbsp;for us databricks extension on vs code to deploy workflow using asset bundles works like a charm. if plugin is not helping out then i suggest you to install databricks CLI separately or point to the one installed together with databricks extension under your environemt variables.&lt;/P&gt;&lt;P&gt;then use cli to deploy your workflows e.g.&amp;nbsp;&lt;/P&gt;&lt;P&gt;databricks bundle deploy --target test-job&lt;BR /&gt;&lt;BR /&gt;Br&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 10:46:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/the-best-way-to-write-and-debug-python-notebooks/m-p/146017#M52599</guid>
      <dc:creator>saurabh18cs</dc:creator>
      <dc:date>2026-01-30T10:46:44Z</dc:date>
    </item>
  </channel>
</rss>

