jupyterlab-ipyflow 0.0.152 → 0.0.153

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +1 -0
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -361,6 +361,7 @@ const connectToComm = (session, notebook) => {
361
361
  readyMakerLinks = msg.content.data['ready_maker_links'];
362
362
  cellPendingExecution = null;
363
363
  const exec_mode = msg.content.data['exec_mode'];
364
+ isReactivelyExecuting = isReactivelyExecuting || (exec_mode === 'reactive');
364
365
  const flow_order = msg.content.data['flow_order'];
365
366
  const exec_schedule = msg.content.data['exec_schedule'];
366
367
  lastExecutionMode = exec_mode;
package/package.json CHANGED
@@ -63,5 +63,5 @@
63
63
  "extension": true,
64
64
  "outputDir": "../../core/ipyflow/resources/labextension/"
65
65
  },
66
- "version": "0.0.152"
66
+ "version": "0.0.153"
67
67
  }