<?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 Upgrading Ipython version without changing LTS version in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/upgrading-ipython-version-without-changing-lts-version/m-p/5942#M2202</link>
    <description>&lt;P&gt;I am using a specific Pydeeque function called &lt;B&gt;ColumnProfilerRunner &lt;/B&gt;which is only supported with  Spark 3.0.1, so I must use 7.3 LTS. Currently, I am trying to install "great_expectations" library on Python, which requires Ipython version==7.16.3, and it's failing because version 7.3LTS comes with Ipython version==7.12.0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I upgrade Ipthon version on a 7.3LTS cluster? &lt;/P&gt;</description>
    <pubDate>Wed, 12 Apr 2023 16:25:35 GMT</pubDate>
    <dc:creator>Hitesh_goswami</dc:creator>
    <dc:date>2023-04-12T16:25:35Z</dc:date>
    <item>
      <title>Upgrading Ipython version without changing LTS version</title>
      <link>https://community.databricks.com/t5/data-engineering/upgrading-ipython-version-without-changing-lts-version/m-p/5942#M2202</link>
      <description>&lt;P&gt;I am using a specific Pydeeque function called &lt;B&gt;ColumnProfilerRunner &lt;/B&gt;which is only supported with  Spark 3.0.1, so I must use 7.3 LTS. Currently, I am trying to install "great_expectations" library on Python, which requires Ipython version==7.16.3, and it's failing because version 7.3LTS comes with Ipython version==7.12.0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I upgrade Ipthon version on a 7.3LTS cluster? &lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 16:25:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/upgrading-ipython-version-without-changing-lts-version/m-p/5942#M2202</guid>
      <dc:creator>Hitesh_goswami</dc:creator>
      <dc:date>2023-04-12T16:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading Ipython version without changing LTS version</title>
      <link>https://community.databricks.com/t5/data-engineering/upgrading-ipython-version-without-changing-lts-version/m-p/5943#M2203</link>
      <description>&lt;P&gt;@Hitesh Goswami​&amp;nbsp;: please check if the below helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To upgrade the Ipython version on a Databricks 7.3LTS cluster, you can follow these steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a new library installation command using the Databricks CLI by running the following command in your local terminal or command prompt:&lt;/LI&gt;&lt;/OL&gt;&lt;PRE&gt;&lt;CODE&gt;databricks libraries install --cluster-id &amp;lt;cluster-id&amp;gt; --pypi-package ipython --pypi-package-version &amp;lt;desired-version&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Replace &amp;lt;cluster-id&amp;gt; with the ID of your Databricks cluster and &amp;lt;desired-version&amp;gt; with the desired version of Ipython that you want to install.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the library installation command is created, run it using the Databricks CLI by running the following command in your local terminal or command prompt:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;databricks libraries install --cluster-id &amp;lt;cluster-id&amp;gt; --pypi-package ipython --pypi-package-version &amp;lt;desired-version&amp;gt; --whl &amp;lt;path-to-wheel-file&amp;gt;
&amp;nbsp;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Replace &amp;lt;cluster-id&amp;gt; with the ID of your Databricks cluster, &amp;lt;desired-version&amp;gt; with the desired version of Ipython that you want to install, and &amp;lt;path-to-wheel-file&amp;gt; with the local path to the wheel file for the desired version of Ipython.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that the wheel file for the desired version of Ipython can be found on the PyPI website.&lt;/P&gt;&lt;P&gt;Restart the cluster to apply the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 09:36:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/upgrading-ipython-version-without-changing-lts-version/m-p/5943#M2203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-14T09:36:43Z</dc:date>
    </item>
  </channel>
</rss>

