This is a `.lit` notebook.
npm install @dotlit/litcodeThis is a .lit notebook.
It' s made up of only a few sections:
In the browser
``js`
alert("Hi, from your browser")
On your host machine
`js[repl=node]`
var dialog = require('dialog')
dialog.info("Hi, from Node.js")
Everything is just a repl
`sh``
osascript -e 'tell app "Finder" to display dialog "Hello World"'