- 1473 Views
- 1 replies
- 0 kudos
I am using a specific Pydeeque function called ColumnProfilerRunner 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, an...
- 1473 Views
- 1 replies
- 0 kudos
Latest Reply
@Hitesh Goswami : please check if the below helps!To upgrade the Ipython version on a Databricks 7.3LTS cluster, you can follow these steps:Create a new library installation command using the Databricks CLI by running the following command in your l...
by
merca
• Valued Contributor II
- 6650 Views
- 6 replies
- 3 kudos
Any plans to bump IPython version to 7.31.1 on the DBR 9.1 LTS runtime? If no other motivation
- 6650 Views
- 6 replies
- 3 kudos
Latest Reply
merca
Valued Contributor II
Hi @Kaniz Fatma !I just checked DBR 10.5 release notes and the IPython version listed there is 7.22.0 installed, but the version that is patched for this security issue is 7.31.1 Did I misread your last comment that it will be upgraded to safe versi...
5 More Replies
by
Soma
• Valued Contributor
- 3754 Views
- 3 replies
- 5 kudos
How to enable custom Ipython Extension on Databricks Notebook Start
- 3754 Views
- 3 replies
- 5 kudos
Latest Reply
I want to load custom extensions which I create like custom call back events on cell runhttps://ipython.readthedocs.io/en/stable/config/callbacks.html
2 More Replies