cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Clarification on merging multiple notebooks and other

Aravind_P04
New Contributor II

1. Do we have any feature like merge the cells from one or more notebooks into other notebook.

2. Do we have any feature like multiple cells from excel is copied it into multiple cells in a notebook . Generally all excel data is copied it into one cell whenever we pasted.

3. Multiline editing is available in Databricks? - Editing the multiple contents within a cell.

4.While executing the cells. How do we know which cell/command it is executing now without scrolling to that command.

5.While executing by clicking RUN ALL option. How do we continue the execution eventhough exception occured at the middle.

3 REPLIES 3

Devarsh
Contributor

@Aravind punugotiโ€‹ I don't think so any such feature is currently available where you can merge the cells from one or more notebooks. Secondly there is no such feature to copy multiple cells from excel into the cells of databricks notebook.

Multiline editing is available; you just need to press CTRL and click on the places where you need to make an edit. While executing a particular cell, if we try to execute some other cell we will get 'Waiting to run' but won't get which cell is currently running. Use exception handling if you want the cells to be executed further.

Meghala
Valued Contributor II

great Answer

youssefmrini
Honored Contributor III
Honored Contributor III

1) We can't merge cells right now

2)We don't have this feature as well

3) We don't have multiple editing right now

4)You will know only if you face an error. A Notification will pop up

5)You can"t keep running the execution because the cells can be linked and this will induce to errors.