diff options
Diffstat (limited to 'cli/js/40_jupyter.js')
-rw-r--r-- | cli/js/40_jupyter.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cli/js/40_jupyter.js b/cli/js/40_jupyter.js index cb59e4324..63af393a5 100644 --- a/cli/js/40_jupyter.js +++ b/cli/js/40_jupyter.js @@ -337,9 +337,7 @@ async function formatInner(obj, raw) { internals.jupyter = { formatInner }; function enableJupyter() { - const { - op_jupyter_broadcast, - } = core.ensureFastOps(); + const { op_jupyter_broadcast } = core.ops; async function broadcast( msgType, |