Questions tagged [databricks-notebook]

7 questions
2
votes
1 answer

How to display markdown output in databricks notebook from a python cell

With IPython/Jupyter it's possible to output markdown using the IPython display module and its MarkDownclass. Question How can I accomplish this with Azure Databricks? What I tried Databricks display Tried using Databrick's display with the IPython…
Daniel
  • 8,655
  • 5
  • 60
  • 87
1
vote
1 answer

Databricks: Clear Contents of All Cells in All Notebooks

We have a need to ensure that all data of a given type have been removed from our system. This includes any cell output that might exist in a Databricks Notebook. Is there a way to clear the cell outputs from all cells in all Notebooks starting from…
John
  • 3,458
  • 4
  • 33
  • 54
1
vote
0 answers

How do I derive the unique object id for a Databricks Notebook based dashboard?

I'm looking to build an automated DevOps pipeline that manages deployment of Azure Databricks notebooks and notebook based dashboards to different environments, as well as distributing the unique URL of the dashboards to business users. The unique…
0
votes
1 answer

i dont cant take the source from my notebook with terraform

Regards I am creating a databricks notebook using terraform cloud. When the notebook code is in the same directory as the tf there is no problem, it finds it right away. But to organize the repository, the notebook must be in another folder and that…
0
votes
1 answer

how to get and set the error details to a variable when a command fails in a notebook

Am new to databricks . I have a notebook that has multiple commands . I want to capture the specific error message that is thrown when any of the commands fail. basically I would want to customize the error message in order to be able to identify…
0
votes
1 answer

Is there a way to turn off autocomplete for SQL in Databricks (it is awful)?

We recently got an update for our Databricks Notebooks web pages that now seems to include an autocomplete for SQL that is very distracting. Is there a way to turn this feature off. These articles don't seem to have information on how to turn this…
John
  • 3,458
  • 4
  • 33
  • 54
0
votes
0 answers

How to use notebook path in the nbsphinx?

I am trying to render a notebook for the documentation. I am currently using nbsphinx. Folder structure is : - Temp - source - conf.py - index.rst - Data.ipynb Content of conf.py is: project = 'temp' copyright =…
Pawan bisht
  • 183
  • 1
  • 9