registration-reminder-modal
Learning & Certification
Certifications
Learning Paths
Databricks Product Tours
Get Started Guides
Product Platform Updates
What's New in Databricks
Discussions
Databricks Platform Discussions
Administration & Architecture
Data Engineering
Data Governance
Generative AI
Machine Learning
Warehousing & Analytics
Databricks Free Trial Help
Community Discussions
Certifications
Training offerings
Community Platform Discussions
Get Started Discussions
Summit 2024
Resources
Get Started Resources
Events
Support FAQs
Technical Blog
Knowledge Sharing Hub
Announcements
DatabricksTV
Groups
Regional and Interest Groups
Americas (AMER)
Asia-Pacific & Japan (APJ)
Europe, Middle East, and Africa (EMEA)
Interest Groups
Private Groups
Skills@Scale
Community Cove
Databricks Community Champions
Khoros Community Forums Support (Not for Databricks Product Questions)
Databricks Community Code of Conduct
Register to join the community
Databricks Community
Learning & Certification
Certifications
Learning Paths
Databricks Product Tours
Get Started Guides
Product Platform Updates
What's New in Databricks
Discussions
Databricks Platform Discussions
Administration & Architecture
Data Engineering
Data Governance
Generative AI
Machine Learning
Databricks Platform Discussions
Warehousing & Analytics
Databricks Free Trial Help
Community Discussions
Certifications
Training offerings
Community Platform Discussions
Get Started Discussions
Summit 2024
Resources
Get Started Resources
Events
Support FAQs
Technical Blog
Knowledge Sharing Hub
Announcements
DatabricksTV
Groups
Regional and Interest Groups
Americas (AMER)
Asia-Pacific & Japan (APJ)
Europe, Middle East, and Africa (EMEA)
Interest Groups
Private Groups
Skills@Scale
Community Cove
Databricks Community Champions
Khoros Community Forums Support (Not for Databricks Product Questions)
Databricks Community Code of Conduct
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forÂ
Search instead forÂ
Did you mean:Â
Help
Login/
Register
ptweir
New Contributor III
since
‎10-31-2023
‎11-01-2023
0%
Please visit your
Settings Page
to complete your profile.
User Stats
4
Posts
1
Solutions
2
Kudos given
1
Kudos received
View all badges
Databricks Community
About ptweir
Options
User Activity
Posts
Replies
No posts to display.
Re: displayHTML can't seem to be used from Python code, only hand typed into a cell???
10-31-2023
Yay!!
Re: displayHTML can't seem to be used from Python code, only hand typed into a cell???
10-31-2023
I'm using it in a python package here and just tested that it works in databricks.
Re: displayHTML can't seem to be used from Python code, only hand typed into a cell???
10-31-2023
Looks like this works!from IPython.display import HTML, display from IPython import get_ipython try: shell = get_ipython().__class__.__name__ if shell == 'DatabricksShell': display(HTML(html_string))kudos to this stackoverflow answer: ht...
Re: displayHTML can't seem to be used from Python code, only hand typed into a cell???
10-31-2023
I am facing exactly the same issue. Any progress?
Kudos from
User
Count
T_1
1
View all
Kudos given to
User
Count
T_1
2
View all