JavaScript is another engine that can be used with Jupyter. Actually, it is node.js rather than JavaScript. node.js is a superset of JavaScript. node.js is an extension of JavaScript that is expected to be run on a server. As with JavaScript, node.js is cross-platform.
Adding the JavaScript engine
How to do it...
We will go over the steps to install the engine and run a small script.
Installing the Node.JS engine
First, we need to install node.js. It is available from node.js.org. From this site, you can download and install node.js on your machine directly....