You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varroot_tags=this.metadata.tags||[];// get tags of the cell executed by the user (root cell)
35
-
if(root_tags.some(tag=>/=>.*/.test(tag))){// if the root cell contains any dependencies, resolve dependency tree
34
+
varroot_tags=this.metadata.tags||[];// get tags of the cell executed by the user (root cell)
35
+
if(root_tags.some(tag=>/=>.*/.test(tag))){// if the root cell contains any dependencies, resolve dependency tree
36
36
varroot_cell=this;
37
37
varroot_cell_id=root_cell.cell_id;
38
-
varcells_with_id=Jupyter.notebook.get_cells().filter(function(cell,idx,cells){// ...get all cells which have at least one id (these are the only ones we could have in deps)
38
+
varcells_with_id=Jupyter.notebook.get_cells().filter(function(cell,idx,cells){// ...get all cells which have at least one id (these are the only ones we could have in deps)
0 commit comments