- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 07:43 AM
I use the databricks extension in vs code for all my work.
Is there any way for me to add a cell title from the extension itself?. There is no point in adding in the server version of this notebook cause when I sync the local to sever, it will overwrite the cell title created in the server notebook.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 09:50 AM
Hi @smpa01 ,
Great question! I looked into it as well but couldn’t find a solution either. It might be worth raising this as a feature request to Databricks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2025 12:06 PM
One needs to use # DBTITLE 1,cell_title in a py file
# COMMAND ----------
# DBTITLE 1,Title 1
from pyspark.sql import SparkSession
from delta.tables import DeltaTable
from pyspark.sql.functions import *