cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Efficiently Copying Single or Multiple Cells in Databricks Notebooks

protmaksim
New Contributor II

I found some hidden features in Databricks Notebooks, but sometimes when copying, Titles are lost. Maybe someone knows the reason?

1 REPLY 1

intuz
Contributor II

When you copy cells in Databricks, titles (headers) can be lost because:

  1. TOC (Table of Contents) comes from Markdown titles like # Level 1.
  2. If you copy only the content and not the Markdown format, it wonโ€™t show in TOC.
  3. Hidden cells under the title might not get copied.
  4. Copying using the menu (dots) sometimes misses details. Use keyboard shortcut Ctrl + C instead.
  5. Make sure you're pasting into a Markdown cell, not a Code cell.