We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi, I use JS to insert a cell below current cell, however the cell.id is not available after creating.
cell.id
var newCell = Jupyter.notebook.insert_cell_below("markdown"); console.log(newCell.id); #undefined
Activity