CNotebook
extends Nodebook
Usage
Setup
const Nodebook = require('nodejs-notebook');
const index = new Nodebook.CNotebook('index');main.note('using namespace std;\nint main() {printf("hello world");\nreturn 0;\n}'
// Inserts this long line of code that should output "hello world"main.comment('This needs editing, Franchis!');
// Inserts "/* Over here Michael! */"Last updated