About 97,000 results
Open links in new tab
  1. Azure databricks shortcut to show the line alignment

    Apr 25, 2023 · You can change the indentation of multiple lines by highlighting the lines and using the Tab key. You can un-indent using Shift + Tab. If you want to turn on/off the indentation …

  2. Default indentation for Python has changed after m... - Databricks ...

    Jul 20, 2022 · Found one solution. To change identation in every single old notebook which you gonna chnage by selecting edit-> set Python identation. Still would be nice to make this …

  3. python - IndentationError: unexpected indent in databricks and …

    Jul 1, 2020 · You cannot simply continue a Python statement to the next line. You need a \ at the end of each line that has a continuation: ghj=finalDF.withColumn(.....)\ .withColumn(.....)\ …

  4. How do I fix tabs vs spaces in notebooks? - Databricks

    Oct 27, 2022 · IndentationError: unindent does not match any outer indentation level because the code I pasted has tabs that are 4 spaces, but the tabs in Databricks are 2 spaces. How do I fix …

  5. Manage notebook format - Azure Databricks | Microsoft Learn

    Mar 26, 2025 · This article describes the default notebook format in Azure Databricks, how to change your notebook format, and how to manage commits if your notebook is in a source …

  6. Develop code in Databricks notebooks - Azure Databricks

    5 days ago · This page describes how to develop code in Databricks notebooks, including autocomplete, automatic formatting for Python and SQL, combining Python and SQL in a …

  7. Databricks Tab 4 Spaces - UnoGeeks

    Databricks notebooks typically default to 4 spaces for indentation in Python code, following PEP 8 style guidelines. However, if you’re experiencing issues with tabs being treated as 4 spaces …

  8. Customize notebook appearance | Databricks Documentation

    Jan 10, 2025 · Learn how to customize your notebook appearance, such as adding line numbers and enabling dark mode, with various Databricks settings.

  9. How to change the width of the lines for Python Fo... - Databricks ...

    Jan 30, 2023 · Limit all lines to a maximum of 79 characters. For flowing long blocks of text with fewer structural restrictions (docstrings or comments), the line length should be limited to 72 …

  10. 10 Databricks Notebook Tips & Tricks | Databricks Blog

    Oct 29, 2020 · To that end, you can just as easily customize and manage your Python packages on your cluster as on laptop using %pip and %conda. Before the release of this feature, data …

  11. Some results have been removed