var update = function() {
cell = IPython.notebook.get_cell(5);cell.execute();
cell.focus_cell();
};
setInterval(update, 600000);
Conteúdo para você se capacitar em programação
var update = function() {
cell = IPython.notebook.get_cell(5);cell.execute();
cell.focus_cell();
};
setInterval(update, 600000);