PYNotebook
extends Nodebook
Usage
Setup
const Nodebook = require('nodejs-notebook');
let main = new Nodebook.PYNotebook('main');main.note('print("hello world"');
// Inserts this long line of code that should output "hello world"main.comment('This needs editing, Franchis!');
// Inserts '""" Look over here, Patricia! """'Last updated