Open wenmin-wu opened 1 year ago
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
Hi, I use JS to insert a cell below current cell, however the
cell.id
is not available after creating.