by
Elon
• New Contributor III
- 2336 Views
- 1 replies
- 5 kudos
- 2336 Views
- 1 replies
- 5 kudos
Latest Reply
Hi @Elon Musk Thank you for your question! To assist you better, please take a moment to review the answer and let me know if it best fits your needs.Please help us select the best solution by clicking on "Select As Best" if it does.Your feedback wi...
- 3277 Views
- 3 replies
- 4 kudos
Is there a way to have databricks pull a diagram directly from visio? I've tried to use the embed links from visio but the image won't render. I'm trying to get around loading the image to DBFS as there may be updates to the image that I want it to g...
- 3277 Views
- 3 replies
- 4 kudos
- 1320 Views
- 1 replies
- 1 kudos
I am trying to use the \text function from the package amsmath, but I can't seem to find a way to call this package. Is there another route of achieving the same result? Thanks!
- 1320 Views
- 1 replies
- 1 kudos
Latest Reply
can you share exact code by that we can also test the same and help you in better manner
- 3278 Views
- 2 replies
- 2 kudos
In the first cell of my notebooks, I record a changelog for all changes done in the notebook in Markdown. However, as this list becomes longer and longer, I want to implement a dropdown list. Is there anyway to do this in Markdown in databricks?For t...
- 3278 Views
- 2 replies
- 2 kudos
Latest Reply
Hi @Jesse vd S Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help. We'd love to hear from you.Thanks!
1 More Replies
by
Dan-K
• New Contributor III
- 26394 Views
- 6 replies
- 6 kudos
- 26394 Views
- 6 replies
- 6 kudos
Latest Reply
Hi, Thanks for reaching out to community.databricks.com.In a notebook cell, type "%md" and type some markdown and it will render. Please refer: https://community.databricks.com/s/question/0D53f00001HKHhNCAX/markup-in-databricks-notebook
5 More Replies
- 17800 Views
- 2 replies
- 0 kudos
I am using markdown to include links urls. I am using the below markdown syntax:
[link text](http://example.com)
The issue is each time I click the linked text it opens the url in the same tab as the notebook. I want the url to open it in a new ta...
- 17800 Views
- 2 replies
- 0 kudos
Latest Reply
Hi @Ariel Herrera,
You can just put html anchor tag in databricks notebook cell. It will open a new tab when you click it.
Please try the example below. It works for me in databricks notebook.
%md <a href="https://google.com" target="_blank">google ...
1 More Replies