diff --git a/docs/_includes/embed-scripts.html b/docs/_includes/embed-scripts.html index a3c5b888c..b42fe96c7 100644 --- a/docs/_includes/embed-scripts.html +++ b/docs/_includes/embed-scripts.html @@ -24,7 +24,9 @@ element: element, // specify the source of the notebook source: javascriptAsString, - theme: "untilted-c3qcs6lijfuc" + theme: "untilted-c3qcs6lijfuc", + // some examples use ES2015 syntax not supported by the default Node 10 + nodeVersion: "18.x.x" }); })(); // IIFE - to avoid leaking variables