<?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: Saving complete notebooks to GitHub from Databricks repos. in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/saving-complete-notebooks-to-github-from-databricks-repos/m-p/28199#M20022</link>
    <description>&lt;P&gt;Exactly - thanks for pointing out! &lt;/P&gt;</description>
    <pubDate>Tue, 15 Feb 2022 07:52:45 GMT</pubDate>
    <dc:creator>Serhii</dc:creator>
    <dc:date>2022-02-15T07:52:45Z</dc:date>
    <item>
      <title>Saving complete notebooks to GitHub from Databricks repos.</title>
      <link>https://community.databricks.com/t5/data-engineering/saving-complete-notebooks-to-github-from-databricks-repos/m-p/28197#M20020</link>
      <description>&lt;P&gt;When saving notebook to GiHub repo, it is stripped to Python source code. Is it possible to save it in the ipynb formt?  &lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 18:28:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/saving-complete-notebooks-to-github-from-databricks-repos/m-p/28197#M20020</guid>
      <dc:creator>Serhii</dc:creator>
      <dc:date>2022-02-14T18:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Saving complete notebooks to GitHub from Databricks repos.</title>
      <link>https://community.databricks.com/t5/data-engineering/saving-complete-notebooks-to-github-from-databricks-repos/m-p/28198#M20021</link>
      <description>&lt;P&gt;as git is a repository for source code it is logical it is converted to py files as these can be run as a job.&lt;/P&gt;&lt;P&gt;Is this what you look for?&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Yoyodyne-Data-Science/ipynb-py-convert-databricks" alt="https://github.com/Yoyodyne-Data-Science/ipynb-py-convert-databricks" target="_blank"&gt;https://github.com/Yoyodyne-Data-Science/ipynb-py-convert-databricks&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 07:11:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/saving-complete-notebooks-to-github-from-databricks-repos/m-p/28198#M20021</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2022-02-15T07:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Saving complete notebooks to GitHub from Databricks repos.</title>
      <link>https://community.databricks.com/t5/data-engineering/saving-complete-notebooks-to-github-from-databricks-repos/m-p/28199#M20022</link>
      <description>&lt;P&gt;Exactly - thanks for pointing out! &lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 07:52:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/saving-complete-notebooks-to-github-from-databricks-repos/m-p/28199#M20022</guid>
      <dc:creator>Serhii</dc:creator>
      <dc:date>2022-02-15T07:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Saving complete notebooks to GitHub from Databricks repos.</title>
      <link>https://community.databricks.com/t5/data-engineering/saving-complete-notebooks-to-github-from-databricks-repos/m-p/28200#M20023</link>
      <description>&lt;P&gt;you can also use the databricks cli.  There is a jupyter format option.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/databricks/dev-tools/cli/workspace-cli" alt="https://docs.microsoft.com/en-us/azure/databricks/dev-tools/cli/workspace-cli" target="_blank"&gt;https://docs.microsoft.com/en-us/azure/databricks/dev-tools/cli/workspace-cli&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 11:09:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/saving-complete-notebooks-to-github-from-databricks-repos/m-p/28200#M20023</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2022-02-15T11:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Saving complete notebooks to GitHub from Databricks repos.</title>
      <link>https://community.databricks.com/t5/data-engineering/saving-complete-notebooks-to-github-from-databricks-repos/m-p/28201#M20024</link>
      <description>&lt;P&gt;The notesbooks save to git are in .py format.  The code that is markdown or magic commands get commented out.  If you reload it as a notebook, then it will render that markdown and code again.  Here is what the python would look like &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;# Databricks notebook source
# INCLUDE_HEADER_TRUE
# INCLUDE_FOOTER_TRUE
&amp;nbsp;
# COMMAND ----------
&amp;nbsp;
# MAGIC %md 
# MAGIC # Databricks Platform
# MAGIC &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 13:52:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/saving-complete-notebooks-to-github-from-databricks-repos/m-p/28201#M20024</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-15T13:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Saving complete notebooks to GitHub from Databricks repos.</title>
      <link>https://community.databricks.com/t5/data-engineering/saving-complete-notebooks-to-github-from-databricks-repos/m-p/28202#M20025</link>
      <description>&lt;P&gt;Awesome ideas and responses here in this thread @Werner Stinckens​&amp;nbsp; @Joseph Kambourakis​&amp;nbsp;! Thanks for helping out! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Sergii Ivakhno​&amp;nbsp;If you got what you needed, please let us know by selecting the "best answer"! This helps the community see when a question has its answer! &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 22:31:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/saving-complete-notebooks-to-github-from-databricks-repos/m-p/28202#M20025</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-22T22:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Saving complete notebooks to GitHub from Databricks repos.</title>
      <link>https://community.databricks.com/t5/data-engineering/saving-complete-notebooks-to-github-from-databricks-repos/m-p/63432#M32238</link>
      <description>&lt;P&gt;When I save+commit+push my .ipynb file to my linked git repo, I noticed that only the cell inputs are saved, not the output.&amp;nbsp; This differs from the .ipynb file I get when I choose "File / Export / iPython Notebook".&amp;nbsp; Is there a way to save the cell outputs in my git commit as well?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 20:33:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/saving-complete-notebooks-to-github-from-databricks-repos/m-p/63432#M32238</guid>
      <dc:creator>GlennStrycker</dc:creator>
      <dc:date>2024-03-12T20:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Saving complete notebooks to GitHub from Databricks repos.</title>
      <link>https://community.databricks.com/t5/data-engineering/saving-complete-notebooks-to-github-from-databricks-repos/m-p/63438#M32241</link>
      <description>&lt;P&gt;Solved in my other thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/t5/data-engineering/saving-ipynb-notebooks-to-git-does-not-include-output-cells/m-p/63434/thread-id/32239#M32240" target="_blank"&gt;https://community.databricks.com/t5/data-engineering/saving-ipynb-notebooks-to-git-does-not-include-output-cells/m-p/63434/thread-id/32239#M32240&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 20:57:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/saving-complete-notebooks-to-github-from-databricks-repos/m-p/63438#M32241</guid>
      <dc:creator>GlennStrycker</dc:creator>
      <dc:date>2024-03-12T20:57:01Z</dc:date>
    </item>
  </channel>
</rss>

